Below is the code for the function DDMValue. What is the outcome in B4?





Public Function DDMValue(Div0 As Single, ReqRate As Single, GrowthRate As Single) As Single

If ReqRate > GrowthRate Then

DDMValue = Div0 * (1 + GrowthRate) / (ReqRate - GrowthRate)

Else

DDMValue = CVErr(xlErrValue)

End If

End Function





a) #VALUE!

b) -$110.50

c) $110.50

d) $55.64

e) $27.34


a) #VALUE!

Business

You might also like to view...

Suggestions from everyone but ______ have been received

A) they B) them

Business

A corporation that buys the assets of another corporation does not assume the other's liability unless the:

A) purchaser, expressly or impliedly, agrees to assume the seller's liabilities. B) transaction amounts to a consolidation or merger of the two corporations. C) sale is for the fraudulent purpose of avoiding the liabilities of the seller. D) All of these.

Business

A source code editor is a text editor designed specifically for ________

A) providing a quick way to run a compiler, interpreter B) creating and editing code by programmers C) providing a quick way to run a debugger D) all of the above

Business

Self-selected samples have no bias because they are chosen by the people themselves

Indicate whether the statement is true or false

Business