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
a. 39
Computer Science & Information Technology
You might also like to view...
A CARS checklist can be used to evaluate online information.?
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
_____ view is convenient for building the basic structure of your presentation and for adding speaker notes.
A. Outline B. Normal C. Slide Sorter D. Default
Computer Science & Information Technology