Write Program Stores Weekly Monday Thru Friday Sales Totals Three Salespersons Program All Q37077133

Write a program that stores the weekly (Monday thru Friday)sales totals for three salespersons. Your program should allow theuser to enter the sales amounts and print a sales report withheadings, the daily totals for each salesperson (yourtwo-dimensional array), the calculated weekly totals for each salesperson and the calculated totals for the day of each salesperson.In addition, create a single-dimensional array of Stringsrepresenting the days of the week (Monday-Friday) using aninitializer list. Your program output should look like thefollowing:

Input Screen

Enter Monday Totals for Salesperson 1: 10.00
Enter Tuesday Totals for Salesperson 1: 20.00
Enter Wednesday Totals for Salesperson 1: 30.00
(etc.)
Enter Monday Totals for

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.