Write a program that simulates a simple calculator it


Write a program that simulates a simple calculator. It reads two integers and a character. If the character is a +, the sum is printed; if it is a -, the difference is printed; if it is a *, the product is printed; if it is a /, the quotient is printed; and if it is a % , the remainder is printed. Use switch statement.

Request for Solution File

Ask an Expert for Answer!!
Basic Statistics: Write a program that simulates a simple calculator it
Reference No:- TGS01366782

Expected delivery within 24 Hours