Assignment: Simple Calculator Using C#
Problem Description:
- Design a C# GUI Simple Calculator application to perform the basic four mathematic operations: add, subtract, multiply and divide.
- Add the code for the exit and clear button
- Display a message if the 2nd number is a 0 and the user is trying to divide by a zero (using an if/else statement)