[ New messages · Members · Forum rules · Search · RSS ]
  • Page 1 of 1
  • 1
Hello Program in Fortran
pradeepDate: Saturday, 05 April 14, 3:06 PM | Message # 1
pk
Group: Administrators
Messages: 82
Status: Offline
Code
program ex1
!
! My first program
!
write(*,*) ’Hello there’
end program ex1
There ex1 is name of program.
The write is output ! This is print 'hello there';
 
  • Page 1 of 1
  • 1
Search: