How many times is the body of the loop below executed?
Dim counter As Integer
counter = 1
While counter > 20
counter += 1
End While
a. 19
b. 20
c. 21
d. 0
d. 0
Computer Science & Information Technology
You might also like to view...
To determine the number of elements in a List use the property ________.
a) Size b) Count c) Capacity d) Items
Computer Science & Information Technology
The command to copy files from one UNIX system to another is:
a: rcp b: rcopy c: copy copy d: cpy e: rfile
Computer Science & Information Technology