Answered You can hire a professional tutor to get the answer.
Write a C# program that declares variables to represent the length and width of a room in feet.
Question 3
Write a program that allows the user to enter two integers and 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. Save the file as Calculate.es.