Question: Program Requirements ( 2 0 points ) ask the user which operation they want to calculate: add, subtract, multiply or divide if the user selects
Program Requirements points
ask the user which operation they want to calculate: add, subtract, multiply or divide
if the user selects division, ask if they want to calculate integer division or fulldecimal mathematical division
ask the user to enter two whole numbers
calculate and display the result
continue looping this way until the user indicates that they want to quit
Before You Begin Coding: Write Pseudocode points
Pseudocode is a description in words not code! of how the program works. To see an example of pseudocode, review the Hi Lo Pseudocode that goes with the program from the lecture.
Write out pseudocode of how your program will run. This is meant to help you plan what your code will look liketo sketch out your approach. You can type this or write it on paper and take a picture to submit.
Note: it's okay if your final program is different from your pseudocode! That happens all the time.
Additional Coding Requirements points
code should compile
choose the best loop and conditional structure for the task
use constants instead of hardcoded values when possible to improve clarity
follow Java naming conventions for variables lower camel case with no underscores
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
