Fortran 90 Assignment Help
Fortran 90 is derived from Fortran but it is having more features like it can provides module for programming.
Features of FORTRAN 90 are as follows:
- It provide User-defined (derived) data types and operators
- In Fortran 90 we can use array operations
- It also supports new form of programming unit called Modules.
Syntax
{` PROGRAM program-name
IMPLICIT NONE
[specification-part]
[execution-part]
[subprogram-part]
END PROGRAM program-name
`}
Example
{` program helloworld
print *, "Hello, world!"
end program helloworld
`}
To submit assignment Click here