The data indicates the batches of chocolates made each day


The O-So-Good Chocolate Company produces different types of chocolates daily. They need a little summary report that shows how much of each chocolate type they produce for a given month.

This way they can plan next month's production schedule.

They record each day's production for each chocolate type in a file named Chocolates.

I will put the file out on Blackboard under Assignments. The data indicates the batches of chocolates made each day and is described as the type of chocolates produced and the number of pieces in each batch.

The company makes several different chocolates each day so there will be several different entries for a given day.

The input will be two numbers per line where the first number is the chocolate type and the second is the number of pieces made for that batch. Each input line is a batch. There are 25 chocolate types numbered 1 to 25.

For example:

3 30 chocolate type 3 there are 30 pieces

21 45 chocolate type 21 there are 45 pieces
6 28 chocolate type 6 there are 28 pieces

etc..

The company can produce up to 25 different kinds of chocolates. The input file is one month of data.
You are to count the number of chocolates pieces for each type of chocolate produced and the number of batches for the given month.

The report should have a title and headings. Output for each type of chocolate, the total pieces produced, the total batches produced, the average number of pieces produced in each batch. Label all output and make it a nice readable report, table format.

Also print out which candy type had the largest number candy pieces produce this month. (Print the candy type and the number of pieces)
You must use arrays, pass arrays, and use functions.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: The data indicates the batches of chocolates made each day
Reference No:- TGS02877993

Expected delivery within 24 Hours