Brainstorm the logic prior to start coding


Write a program that mimics a calculator. The program should take as input to integers and the operation to be performed. It should then output the numbers, the operator, and the result. (For division, if the denominator is zero, output in appropriate message.) Some sample output follow. 

3 + 4 = 7 
13 * 5 = 65 

Assignment Requirements:
Start by analyzing the problem; use an IPO chart and pseudocode (or flowchart) to brainstorm the logic prior to start coding. Using Visual Studio code and test your program according to your pseudocode solution. Once you are satisfied with your program outcome, open a Word document and insert a cover page, include your design IPO chart, pseudocode or flowchart, C++ source code, and print screen shots of the DOS command dialog window showing your test results. Be sure to test the program at least two times to insure the program executes properly.
Insure that your C++ source code is fully documented by including source code comments. Include a "flower box"

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Brainstorm the logic prior to start coding
Reference No:- TGS092242

Expected delivery within 24 Hours