Question:
Read Chapter 2: "Introduction to C++ Programming" and complete exercise 2.16 on page 79. Add comments in your program in C++ comments format. Write a one page report that explains how your program works. Make sure that your program reads numbers from the user and calculates the results correctly. Add your name, the course ID and name, and the instructor's name in the printout using string operation. Your program should be able to read the input and print the results properly.
REFERENCE
Deitel P.J., & Deitel H.M. (2008). C++ how to program (6th ed.). Upper Saddle River, NJ: Pearson Prentice Hall. CH 2