Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

asdasd

Program HelloWorld(output);
var i:integer;
    temperature:array[1..7 ]of real;
begin
  for i:= 1 to 7 do
     begin
       writeln('enter average temperature of',i);
       readln(temperatur[i]);
     end;
end.

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.