Example Prg1
! Example Prg1
!Writes the values of “pi” and “e”
program A01
implicit none
! Start program A01
write (unit=*,fmt=*) atan2(0.0,-1.0), &
exp(1.0)
stop ! the program stops
end program A01
Previous slide
Next slide
Back to first slide
View graphic version