Question: Create a 'simple' calculator on Visual Studio 2017 . The calculator should be able to add, subtract, multiply, and divide two numbers. You can use
Create a 'simple' calculator on Visual Studio 2017. The calculator should be able to add, subtract, multiply, and divide two numbers.
You can use whatever format you want to receive the numbers (such as textboxes). You also can use whatever method (such as a button for each operation +, -, *, /) to determine what operation the user wants to accomplish.
The output should be displayed in a similar format to "1 + 2 = 3" or "1 - 2 = -1".
Make sure to use meaningful variable names. Make sure to give your application a meaningful name like"myCalculator". Make sure to change the form name to something meaningful. Include comments in your program that has your name and the assignment number.
For an extra challenge (not required and does not get you more points) try and accept a string from the user (such as "1 + 2") then when the user hits a button, it displays the result.
Screenshot each steps, zip your files together and drop them in the dropbox (link above) before the due date.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
