Multiple Choice
What will be the value of AnswerInteger after execution of the following line of code? Assume that NumberAInteger = 6,NumberBInteger = 4,NumberCInteger = 2
AnswerInteger = (NumberAInteger + NumberBInteger) * (NumberAInteger / NumberCInteger)
A) 6
B) 30
C) 27
D) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: Which of the following is NOT a
Q28: If Option Strict is turned off and
Q29: In order to control the number of
Q30: Constants can store string or numeric values.
Q31: A constant contains data whose value may
Q33: Which of the following is NOT a
Q34: When Option Explicit is turned on,you can
Q35: When naming a constant,you should use uppercase
Q36: Numeric constants may contain only the digits
Q37: GrandTotalDecimal is a valid variable name.