FiascoBurnett
Programmer
Is it possible to write to stdout and multiple logical units with one write statement?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
do i = 1, 2
iout=40+i
write(iout,*) 'Side length is: ', Lside*cf_m(i)
end do