Run Executable
Run or execute means to start the executable program.
FORTRAN programs are lists of statements using FORTRAN commands (words) and syntax (grammar). You can use any text editor you have available to create a FORTRAM source code file.
Instructions for UNIX are:
- hello
- fortran hello
Instructions for Windows are:
- Open a command terminal
- Change to the directory that the "hello" program executable file is in
- Type "hello"
- Press "Enter" key