
Available under Creative Commons-ShareAlike 4.0 International License.
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.)
- 1927 reads