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

Compile and Execute FORTRAN-95 Online

program ex21
!this program calculates the value
integer::a,b,y
read*,a,b
if (a>b)then
y=a**2
else
y=b**2
end if 
print *,"y=",y
end program ex21

Advertisements
Loading...

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