Computer Science, asked by priyankamehtapm68, 4 months ago

Step 1. Arrange all cards in a single pile called Pile 1 Step 2. Maintain five variables A, B, C, D, percentage and initialize them to 0 Step 3. If Pile 1 is empty then stop the iteration Step 4. Read the top card in Pile 1 Step 5. Calculate percentage: divide TOTAL marks by 3 and store the result in percentage Step 6. If percentage ≥ 85 then increment A Step 7. If percentage < 85 and percentage ≥ 70 then increment B Step 8. If percentage < 70 and percentage ≥ 60 then increment C Step 9. If percentage < 60 then increment D Step 10. Move the current card to another pile called Pile 2 and repeat from step 3

Answers

Answered by saikamal986
3

Answer:

a=3, b=17, c=8,d=2

Explanation:

by analysing dataset

Answered by sravanibogadisl
0

Answer

by data analyst method b is 17 a is 3 c is 8 and d is

Explanation:

Similar questions