Question: Need help in java programming with this question 55. We want to build a simple English language calculator that does the followin g: O takes
55. We want to build a simple "English language" calculator that does the followin g: O takes three inputs from the keyboard, two of them single digits (0tog to 9) O takes a char from the keyboard, representing one of five operations (multiplication), from the keyboard: (addition), - (subtraction), / (division), and A (exponentiation) O outputs the description of the operation in plain English, as well asthe numeric result For instance, if the two numbers are 5 and 3, and the operation is ', then the output should be five multiplied by three is 15 Note that the result is given as a number, not a word. If the two numbers are 2 and 9, and the operation is -, then the output two minus nine is -7 should be
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
