Multiple Choice
What is the value of intE after the following statements execute?
Dim intC As Integer
Dim intD As Integer
Dim intE As Integer
IntC = 20
IntD = 3
IntE = intC \ intD
A) 7
B) 6
C) 6.666667
D) 0
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: Which of the following declares a variable
Q21: The order in which controls receive the
Q22: The control is used to gather input
Q23: What is the result after evaluating the
Q24: What is the value of dblOutcome after
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