Media Summary: program wait_enter implicit none print *, 'Please press Enter:' read * print *, 'Hello World' end program 참고사이트 ... program logical if write(*,*)'Enter Your Age' read(*,*)i if(i.ge.21) goto 1 write(*,*)'You cannot Drink' goto 2 1 write(*,*)'You can ...
Fortran Programming Tutorials Revised 015 - Detailed Analysis & Overview
program wait_enter implicit none print *, 'Please press Enter:' read * print *, 'Hello World' end program 참고사이트 ... program logical if write(*,*)'Enter Your Age' read(*,*)i if(i.ge.21) goto 1 write(*,*)'You cannot Drink' goto 2 1 write(*,*)'You can ...