Skip to main content

4.1) Decisions In Programs


In this section, you will learn how to include decisions in your Fortran program. Decisions are ubiquitous in computer programs. The more decisions you include in your program, the greater the complexity and range of circumstances your computer program can model.  In Fortran, decisions are called ‘If statements’.