Multiple Choice
What will be the value of the variable intTotalCount when the following code is executed?
For intOuterCount = 1 to 5
For intInnerCount = 1 to 4
intTotalCount +=1
Next
Next
A) 4
B) 5
C) 9
D) 20
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: A(n)_ is a strip across the top
Q11: Instead of typing the menu name on
Q15: After an application is completely debugged and
Q16: When nesting loops,the inner loop must be
Q23: The _ property of a ListBox object
Q36: Double-clicking a button object on the Windows
Q49: The hot key for a menu item
Q50: Use a For...Next loop when the number
Q54: A _-controlled loop tests the condition after
Q87: You must include a Step value in