Question: 1. Using java, keep prompting the user to input a character (a loop is needed) as long as the character is not q. If the
(1) Keep prompting the user to input a character (a loop is needed) as long as the character is not q If the characteris *.of then prompt the user to enter two integers; otherwise, output error message and promot for anther character (6 pts) Enter a character: Enter 2 integers: 2 5 Enter a character: t Invalid operator t Enter a character: Enter a character:q program ended (2) Displays the result of the arithmetic operation if the character s one of the five arithmetic operators(4 pts) Enter a character:t Enter 2 integers: 2 5 2+5=7 Enter a character: Enter 2 integers: 2 5 2-5 =-7 Enter a character: q program ended
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
