How many times is the body of the loop below executed? int counter = 1;
```
while (counter > 20) {
// body of loop
counter = counter - 1;
}
```
a. 19.
b. 20.
c. 21.
d. 0.
d. 0.
You might also like to view...
________ is the main suite of protocols used on the Internet
A) MIME B) TCP/IP C) DNS D) POP
The least expensive form of Internet connection is usually ________
A) DSL B) cable C) FTTH D) dial-up
Match the following functions with their descriptions:
I. Sum II. Average III. Maximum IV. Count V. Minimum A. Displays the item with the lowest value. B. Can only be used with Currency, Date/Time, Decimal and Number data types. C. Can only be used with Currency, Decimal and Number data types. D. Displays the item with the highest value. E. Can be used with all data types, except complex repeating scalar data.
A worksheet displayed in its own workbook window is called a(n) ____________________.
Fill in the blank(s) with the appropriate word(s).