Examlex

Solved

What Is the Value of DblOutcome After the Following Section

question 24

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)


Definitions:

FIFO System

"First In, First Out," an inventory valuation method where goods first added to inventory are the first ones to be sold.

Straight Line Amortization

A method of allocating an asset's cost evenly across its useful life.

Fair Values

An estimate of the market value of an asset or liability based on current market prices or valuations.

Retained Earnings

The cumulative amount of profits that a company has earned, less any dividends or other distributions to shareholders over its life.

Related Questions