How do you write a program that stores two integers and allows the user to enter a character. If the character is A, add the two integers. If it is S, subtract the second integer from the first; if it is M, multiply the integers. Display the results of the arithmetic. The class name is Calculate.