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

```


b. 250, 125

Computer Science & Information Technology

You might also like to view...

Which of the following allows for communicating in both directions, but only one at a time?

a. simplex transmission b. half duplex transmission c. full duplex transmission d. none of the above

Computer Science & Information Technology

A _______ is two or more LANs connected across a distance of over 30 miles.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

An announcements ________ is used to inform SharePoint site users about upcoming events, news, or activities

A) item B) list C) zone D) page

Computer Science & Information Technology

Macros written in VBA do not appear in the Macro dialog box

Indicate whether the statement is true or false.

Computer Science & Information Technology