P13.F90


!
! =====> Program - P13.F90
!
!
      PRINT *, 'This is Program >> P13  - Prints a string & a result'
!
!     Simple program to show output of a string and a result
      PRINT *, '2+3 ='  , 2+3
      END

OUTPUT:

Program entered
 This is Program >> P13  - Prints a string & a result
 2+3 = 5

Come back to the previous page

Page builder: Charles Boivin

Last modified: 11/07/95