Multiple Choice
What will be the value of AnswerInteger after execution of these statements? Const NumberAInteger as Integer = 6
Const NumberBInteger as Integer = 4
Const NumberCInteger as Integer = 2
AnswerInteger = NumberAInteger + NumberBInteger * NumberCInteger
A) 6
B) 14
C) 20
D) 48
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: What will be the value of TotalInteger
Q17: A variable that will store totals and
Q18: A numeric variable that is declared with
Q19: Which of the following is NOT a
Q20: What statement should be used to declare
Q22: To trap or catch exceptions,use a _
Q23: If a procedure contains a Dim statement
Q24: Which of the following is NOT a
Q25: Variables that are declared inside a procedure
Q26: Using the order of precedence and the