C++ Assignment 3
Program Requirements
- Modify Assignment 2, so that it asks the user to input 2 integers.
- Echo the user input.
- Store the two integers as type
int
.
- Use Hungarian Notation for the variable names.
- Display the results of the five arithmetic operations on those two integers.
- Include comments that show sample output, and your name, class and assignment #.
- Indent code and use all the elements of Good Style we have learned so far.
- Attach the
.cpp
to email and send it to mrsimon@lycos.com
- Don't forget to put your name, class and assignment # on the subject line.