Answers for "how to write a if statement in fortran"

0

fortrna if statement

if(conditional)then
    ! Do something
elseif(conditional)then
    ! Do something else
else
    ! Otherwise do this
endif
Posted by: Guest on July-23-2020

Code answers related to "how to write a if statement in fortran"

Browse Popular Code Answers by Language