Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C++ MUST BE IN VISUAL STUDIO Multiple Sales Amounts Create a program, using at least one For loop, that displays the Sales Amounts made in
C++ MUST BE IN VISUAL STUDIO
Multiple Sales Amounts Create a program, using at least one For loop, that displays the Sales Amounts made in each of 4 regions (North, South, East, and West) during a three month period. The program should allow the user to enter 4 sets (one set for each region) of three sales amounts (one sales amount for each month). The program should display each regions total sales for the three month period, and the companies total sales for the three month period. Example data Remember, the user should be able to enter any data they wish, as long as it follows the below format: North - 2000, 4000, 3000 South 2000, 5000, 5000 East 3000, 2000, 1000 West 4000, 1000, 6000Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started