What will be the final value of intCount?
```
Dim intCount As Integer = 3
Do
intCount += 6
Loop While intCount < 20
```
a. 20
b. 21
c. 15
d. 9
b. 21
Computer Science & Information Technology
You might also like to view...
Graphics cannot be inserted in the header
Indicate whether the statement is true or false
Computer Science & Information Technology
The ________ button in the Paragraph group reveals formatting marks in your document
A) Section break B) Paragraph C) Show/Hide D) Draft view
Computer Science & Information Technology