Answered step by step
Verified Expert Solution
Question
1 Approved Answer
a program and flowchart (FLOWGORITHM). The program should ask the user how many customers they want to track. Then, it asks for customer numbers, and
a program and flowchart (FLOWGORITHM). The program should ask the user how many customers they want to track. Then, it asks for customer numbers, and sales by customer. At the end, it prints out the customer number, the customer sales, and then the total sales and average sales.
- You must use two different arrays, one for customer number, and one for sales. These are, in effect, parallel arrays.
- You must use a "while" loop to gather customer number and sales.
- You must use a"for" loop to output the customer number and sales by customer.
Step 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