Hello guys, i'm new at the Fortran language, and i'm having some problems..
I made this source:
program number
print*, 'Choose the first number'
read*, i
print*, 'Choose the second number'
read*, h
if (i.GE.h) then
print*, i, ' is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.