Introduction to Fortran

Simple Program Construction with Pseudocode

We’ll keep this “what to wear today” program relatively simple. Let’s walk through it together step-by-step.

In most programming languages, it is good to define variables first at the top of the program. This helps ensure one has thought through all of the necessary code to make a program run. Don’t worry if you don’t capture all information right away. We can always go back and add more later.