Answers for "simple fortran ii if statement"

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

Browse Popular Code Answers by Language