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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started