Media Summary: 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 logical if write(*,*)'Enter Your Age' read(*,*)i if(i.ge.21) goto 1 write(*,*)'You cannot Drink' goto 2 1 write(*,*)'You can ...