Skip to content

Commit

Permalink
Add a how to section
Browse files Browse the repository at this point in the history
  • Loading branch information
swmwy authored Jan 17, 2024
1 parent b91febf commit 8e5d38a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ Change the directory to MiniCalc by using the ```cd``` command. Once inside, run

### Windows
Enter PowerShell and change the directory to MiniCalc using ```cd``` command. Then, run the ```.ps1``` file to launch MiniCalc.


## How To Use MiniCalc
MiniCalc can solve any 2 - term (2 number) problem involving addition, subtraction, multiplication, and division. Once in, it should prompt you to choose an operation. To do so, type ```a``` for addition, ```s``` for subtraction, ```m``` for multiplication, or ```d``` for division. Then, it will prompt you to enter the first number. Enter the number to be added, subtracted, multiplied, or divided. Next, it will ask for the second number. Enter the number to be added, subtracted, multiplied, or divided by the first number. Then, it will output your solution.

0 comments on commit 8e5d38a

Please sign in to comment.