Multiple Choice
What is the value of dblOutcome after the following section of code executes?
Dim dblA as Double
Dim dblB as Double
Dim dblC as Double
Dim dblOutcome as Double
DblA = 45
DblB = 30
DblC = 3 * dblA / dblB
DblOutcome = 2 * (dblC + 15)
A) 39
B) 24
C) 0
D) 80
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: Which of the following statements will assign
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
Q25: What is the value of intE 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