Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.05 KB

What is this program?

A command line calculator created in fortran.

How to run the program

There are two ways to run this program

To run the program, make sure that you have gfortran installed first

Method 1: File explorer (recommended for beginners)

  1. Download this repository
  2. Navigate to the source folder (src)
  3. Double click the start.bat file

image

  1. Double click on extract all

image

  1. Double click on the start.bat file after it has finished extracting.

Method 2: Command line

  1. Download this repository
  2. Navigate to the file in command prompt with cd Downloads/FortranCalculator-main/FortranCalculator-main/src. Make sure to unzip the file first
  3. Once in the required folder, compile the fortran file with gfortran Calc.f90 -o Calc
  4. Run the program with start Calc