Question: Using C# (C SHARP) create a simple Windows application that allowed the user to input two values and then add, subtract, multiply, or divide. Now,
Using C# (C SHARP) create a simple Windows application that allowed the user to input two values and then add, subtract, multiply, or divide.
Now, you will add error handling into this project. Recall that you are using the int.TryParse() function to parse out the values entered by the user.
Using the Try/Catch statement, you want to handle any possible exceptions that may occur as a result of performing the operation on the two numbers. Use at least one specific Exception in your catch statement and handle any general exceptions
Done in C# (C Sharp)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
