16. What will be printed when the following algorithm is processed? COUNTER = 0 DISTRIBUTION = 500 WHILE DISTRIBUTION > 200 AND COUNTER


Choose the correct answer in the picture below.


16. What will be printed when the following algorithm is processed?<br>COUNTER = 0<br>DISTRIBUTION = 500<br>WHILE DISTRIBUTION > 200 AND COUNTER < 5<br>GIVEAWAY = DISTRIBUTION * .5<br>PRINT GIVEAWAY<br>DISTRIBUTION = DISTRIBUTION – GIVEAWAY<br>COUNTER = COUNTER + 1<br>WHILE-END<br>а. 250<br>b. 150, 125, 62.5<br>c. None of the option<br>d. 250, 125<br>

Extracted text: 16. What will be printed when the following algorithm is processed? COUNTER = 0 DISTRIBUTION = 500 WHILE DISTRIBUTION > 200 AND COUNTER < 5="" giveaway="DISTRIBUTION" *="" .5="" print="" giveaway="" distribution="DISTRIBUTION" –="" giveaway="" counter="COUNTER" +="" 1="" while-end="" а.="" 250="" b.="" 150,="" 125,="" 62.5="" c.="" none="" of="" the="" option="" d.="" 250,="">

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here