Computer Science, asked by kancharlasumanreddy, 7 months ago


The following pseudocode is executed using the “Shopping bills” dataset. Let MinT be a variable that holds the value of the minimum total bill amount. What will be the values of A, B, C and D at the end of the execution?

Answers

Answered by gskaloni
30

Answer:

if 6-9 question then a-1 b-2 c-3 and d-24

Explanation:

Answered by ridersr9
31

Answer:

A= 1, B= 2, C= 3, and D= 24

Explanation:

MINT=92 AND INTERVAL=1021 (1020.5)

So min3 = 92+1021 = 1113 which is A

min2= 1113+1021 = 2134 which is B

min1= 2134+1021 = 3155 which is C

and else are in D.

so while checking pseudocode with the data we get 1,2,3,4 as answers.

thank me later

Similar questions