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
6. compute how much the suggest tips is (20% if the total bill is less than or equal to $200. 15% if total is more than $200. Display
7. find the average(mean ) and median on row sum- so we can tell the customer wheter they could like to divide the total by number of people at the table or each customer would like to pay individually bae on how much they spent ( display )
8. when you compute median , have row sums display in ascending order
9.lastly . have message [ spend more on booze than appetizer and saold!! I guess you are drinking too much !!] dispaly if the customer group is more on booze (colum: item 4_ than appetize and salad ) column item1)
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