Examlex

Solved

Suppose You Owned Stock in a Company for the Last

question 12

Multiple Choice

Suppose you owned stock in a company for the last three years. You originally bought the stock three years ago for $30 and just sold it for $56. The stock paid an annual dividend of $1.35 on the last day of each of the past three years. What is your realized return on this investment?


Definitions:

Try Block

A block of code that is tested for errors while it is being executed.

Finally Block

A block of code in certain programming languages that is executed after a try block, regardless of whether an exception was thrown or caught.

Last Catch Block

The final block in a series of try-catch statements in programming that catches any remaining uncaught exceptions.

Checked Exception

In Java, a type of exception that is checked at compile-time for a smooth execution of the program and must be either caught or declared in the method's throws clause.

Related Questions