Coin Calculator is a simple C++ program which calculates the total dollar value of an amount of coins.
Coin calculator asks the user how many coins they have of each of the following types: penny, nickel, dime, quarter, half dollar, and dollar coin. The program then tells the user the total dollar value of all of their coins.
- Hold down the windows key and the 'r' key
-
cmd
- Navigate to the directory containing the repository
-
g++ CoincCalculator.cpp -o coincalculator
-
./coincalculator
- Hold down the cmd key and the space bar
-
terminal
- Navigate to the directory containing the repository
-
g++ CoincCalculator.cpp -o coincalculator
-
./coincalculator
- GNU GCC Compiler