Code and Flowchart

profileyoyu123

 

Instructions

Write a program and flowchart. 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. 

  1. You must use two different arrays, one for customer number, and one for sales. These are, in effect, parallel arrays.  
  2. You must use a "while" loop to gather customer number and sales.
  3. You must use a"for" loop to output the customer number and sales by customer.

Here is what the output looks like.

Submission Instructions

Upload your Flowgorithm file, your .c file, and a screenshot of your code output saved in a Word document

  • 5 years ago
  • 3
Answer(1)

Purchase the answer to view it

blurred-text
  • attachment
    CodeandFlowchart.zip