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)
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
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here