Durian & Co has five salespersons who sell three different types of durians. Once a day, each salesperson records for each type of the product that they have sold. Develop an application to record the...

Write a C programDurian & Co has five salespersons who sell three different types of durians. Once a day, each<br>salesperson records for each type of the product that they have sold. Develop an application to record<br>the information consists of the salesperson's name, the type of durian and the total number of durians<br>has been sold that day.<br>Day 1<br>Musang Udang<br>King<br>Day 2<br>Musang Udang<br>Merah<br>D24<br>D24<br>Merah<br>King<br>Johari<br>10<br>7<br>5<br>4<br>10<br>Ah Chong<br>Muthu<br>5<br>5<br>10<br>7<br>8<br>4<br>7<br>5<br>3<br>12<br>8<br>Siti<br>12<br>8<br>6.<br>4<br>8<br>10<br>Danial<br>20<br>4<br>7<br>5<br>10<br>The program will initialize the information for last two days' sales (see Table 1) into 2-dimensional<br>arrays. The columns of Day 1 and Day 2 represent the type of durian, and the rows represent the<br>salesperson.<br>By using for loop and two-dimensional array, the program then summarize:<br>1) The total number of durians sold by each salesperson and by product.<br>2) Cross total each row to get the total sales of each durian for last 2 days.<br>3) Cross total each column to get the total sales by salesperson for last 2 days.<br>4) List salespersons that sold lowest number of durians below the average.<br>

Extracted text: Durian & Co has five salespersons who sell three different types of durians. Once a day, each salesperson records for each type of the product that they have sold. Develop an application to record the information consists of the salesperson's name, the type of durian and the total number of durians has been sold that day. Day 1 Musang Udang King Day 2 Musang Udang Merah D24 D24 Merah King Johari 10 7 5 4 10 Ah Chong Muthu 5 5 10 7 8 4 7 5 3 12 8 Siti 12 8 6. 4 8 10 Danial 20 4 7 5 10 The program will initialize the information for last two days' sales (see Table 1) into 2-dimensional arrays. The columns of Day 1 and Day 2 represent the type of durian, and the rows represent the salesperson. By using for loop and two-dimensional array, the program then summarize: 1) The total number of durians sold by each salesperson and by product. 2) Cross total each row to get the total sales of each durian for last 2 days. 3) Cross total each column to get the total sales by salesperson for last 2 days. 4) List salespersons that sold lowest number of durians below the average.

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here