A command line calculator created in fortran.
There are two ways to run this program
To run the program, make sure that you have gfortran installed first
- Download this repository
- Navigate to the source folder (src)
- Double click the start.bat file
- Double click on extract all
- Double click on the start.bat file after it has finished extracting.
- Download this repository
- Navigate to the file in command prompt with
cd Downloads/FortranCalculator-main/FortranCalculator-main/src
. Make sure to unzip the file first - Once in the required folder, compile the fortran file with
gfortran Calc.f90 -o Calc
- Run the program with
start Calc