Description
In this lab, you will learn to Create a Calculator Class To Perform Add, Subtract, Multiply and Divide operations for two numbers in C#.
Lab Objective
Upon completion of this lab, you will be able to:
● Take Number input from the user.
● Create A New Class
Prerequisites
You should have VS Code or any other suitable IDE like Eclipse for programming and running the code.