HW6 Calculator
HW6 Calculator
The first method displays a menu, giving the user the choice
of typing in any one of the following:
Sample Output:
Operation: addition
augend: 25
addend: 35
sum: 60
Required Submission:
1. The Java source code file (e.g., HW6.java)
2. The test cases input file (e.g., testCases.txt)
3. The program generated output file (e.g., output.txt)