Multiple Choice
What will be the value of intAnswer after execution of these statements?
Const intNumA As Integer = 6
Const intNumB As Integer = 2
IntAnswer = intNumA / intNumB + intNumA * intNumB
A) 12
B) 15
C) 16
D) 18
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: Identify the error in the following code:
Q27: When you assign a value of one
Q28: You can break up a long statement
Q29: Only controls capable of receiving some sort
Q30: You can perform all of the following
Q32: The value returned by passing <b>#12/31/10#</b> to
Q33: A Date literal can contain _.<br>A) a
Q34: The contents of a text box may
Q35: If you want to display multiple lines
Q36: A form's Load event takes place when