I have a question on an assignment. I have my code available and just want someo
ID: 643396 • Letter: I
Question
I have a question on an assignment. I have my code available and just want someone to look over it using MS VS 2010 express, for that is what my instructor is using.
Write a program that mimics a calculator. The program should take as input two integers and the opreation to be performed. It should then output the numbers, the operator, and the result. (For division, if the denominator is zero, output an appropriate message.)