C language please find median value must be done by using looping through the array while comparing switching adjacent entries Create a script that will generate a n x4 matrix and perform required...


C language please


 find median value must be done by using looping through the array while comparing switching adjacent entries


Create a script that will generate a n x4 matrix and perform required works , n is the number of customer at a table. the first column item1 represent the $ amount spent on appetizer and salad the second column(item2) is the $ amount spent on entree. the 3rd column ( item 3 ) is the $amount spent on dessert and the 4th column ( item 4) is the $amount spent on booze and soda


example show below( picture)


1)take down itemized $ amount each customer ownes.


2. display the matrix


3. compute how much individual customer ownes




4. compute how much money all customer at the table spent on each item - column sum display




5. compute how much the whoel group owes to the restaurant. the total bill - total sum of all elements disaplay


Item 1<br>Item 2<br>Item 3<br>Item 4<br>Customer 1<br>10<br>25<br>15<br>Customer 2<br>30<br>18<br>Customer 3<br>15<br>20<br>Customer 4<br>Customer 5<br>18<br>40<br>17<br>20<br>35<br>10<br>55<br>Customer n<br>

Extracted text: Item 1 Item 2 Item 3 Item 4 Customer 1 10 25 15 Customer 2 30 18 Customer 3 15 20 Customer 4 Customer 5 18 40 17 20 35 10 55 Customer n

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here