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
Q2: To remove all objects from a ListBox
Q3: A(n)_ is a group of commands,or items,presented
Q4: A(n)_ is a strip across the top
Q5: As shown in the accompanying figure,Visual Basic
Q6: A(n)_ key provides a keyboard shortcut for
Q7: MenuStrip objects can be placed along any
Q8: MATCHING<br>Identify the letter of the choice that
Q9: A _-controlled loop tests the condition before
Q10: How many times will the following loop
Q11: Instead of typing the menu name on