Computer Science, asked by ramyasyam2407, 5 months ago

The following pseudocode is executed using the “Shopping bills” dataset. What will the values of the variables A and B represent at the end of the execution?





A = Number of bills with total bill amount less than the average total bill amount

B = Number of bills with total bill amount greater than the average total bill amount

A = Number of bills from “Big Bazaar” with total bill amount greater than the average total bill amount of “Big Bazaar”

B = Number of bills from “SV Stores” with total bill amount less than the average total bill amount of “SV Stores”

A = Number of bills from “SV Stores” with total bill amount less than the average total bill amount of “SV Stores”

B = Number of bills from “Big Bazaar” with total bill amount greater than the average total bill amount of “Big Bazaar”

A = Number of bills with total bill amount greater than the average total bill amount
B = Number of bills with total bill amount less than the average total bill amount

Answers

Answered by anusanziya
0

option. c. is. correct

Similar questions