Essay
Write a program that projects sales goals for a salesperson for the next several years.The user should be prompted for a first year's merchandise sales amount and a number of years to project the goals. For the first year, the salesperson's goal is the current sales amount. After that, sales are projected to grow at a rate of 8 percent per year. You should use a do-while loop.
Correct Answer:

Verified
#include
using namespace std;...View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Correct Answer:
Verified
using namespace std;...
View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Q36: Match each term with the correct statement
Q37: As a custom, many programmers use the
Q38: In what situations would you typically use
Q39: The initialize portion of a for loop
Q40: Match each term with the correct statement
Q42: The while loop and the for loop
Q43: The most difficult aspect of working with
Q44: Most often the evaluate part of the
Q45: It is preferable to initialize loop control
Q46: Match each term with the correct statement