Computer Science, asked by kajalprasad65, 3 months ago

the following pseudocode is executed using the "shopping bill" dataset. what will be the value of variable A and B represent at the end of the execution?

Attachments:

Answers

Answered by RASHIDTE
5

Answer:

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”

Explanation:

Similar questions