Question: Write a program in c# sharp program that acts as a calculator for integer numbers. The program should... Allow the user to add, subtract, multiply
Write a program in c# sharp program that acts as a calculator for integer numbers. The program should... Allow the user to add, subtract, multiply or divide two integer values entered by the user Allow the user to perform as many of these arithmetic operations as they wish. This means the user should be able to perform more than one arithmetic operation. The user should be able to exit the program. Should not crash if the user attempts to divide by zero. While you must protect against division by zero, you do not need to protect against the user entering an invalid numerical value (e.g., entering "boom" for the first number.) We'll learn how to solve invalid input later.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
