Question: Create a Windows application that has the functionality of a calculator but works with decimal values. Because division by zero is not thrown by the
Create a Windows application that has the functionality of a calculator but works with decimal values. Because division by zero is not thrown by the CLR when the operands are nonintegral, create a custom exception class that can be thrown if division by zero is attempted. Instead of doing the division, display a message indicating that division by zero is not possible.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
