RWS
0
Q:

fortran elseif statement

if(condition1)then
	! do this if condition1 is true
else if(condition2)then
	! else do this if condition2 is ture
endif
0
if(condition)then
	! do this if condition is true
endif
0

New to Communities?

Join the community