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
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
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