Math, asked by ashishmishra10lm, 4 months ago


4 points
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?

Attachments:

Answers

Answered by bhavanabattula1
6

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”

Step-by-step explanation:

from that greater than and less than symbols in the question.

Answered by ridersr9
1

Answer:

c)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”

Step-by-step explanation:

compare the answer with the last pseudocode you will understand

Similar questions