You are here

Problem 03a -Instructions

5 February, 2015 - 11:20

Write the C++ code to do the following pseudocode example.

Example 3.8: pseudocode

Prompt the user for his monthly income.Get the users monthly income.Multiply the monthly income by 12.Display the annual income.Pause the program so the user can see the answer. (HINT: You may call a function.)