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 (20 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 full-decimal 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 (5 points)
11.
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 like-to 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 (10 points)
code should compile
choose the best loop and conditional structure for the task
use constants instead of hard-coded values when possible to improve clarity
follow Java naming conventions for variables (lower camel case with no underscores)
 Program Requirements (20 points) ask the user which operation they want

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!