Wednesday, August 10, 2011

Help writing C++program that serves as a calculator, asking the user for a number, operator, and another numb.?

Write a c++ program that serves as a simple calculator. The program should ask the user for a number, an operator, and then a second number. The operator should be either '+', '-', 'x', or '/'. The program should then report the answer to the problem.

No comments:

Post a Comment