Question: * Please use Netbeans/ Java thenkyoul. Write a class encapsulating the concept of an investment, assuming the investment has the following attributes: the amount of

 * Please use Netbeans/ Java thenkyoul. Write a class encapsulating theconcept of an investment, assuming the investment has the following attributes: the

* Please use Netbeans/ Java thenkyoul. Write a class encapsulating the concept of an investment, assuming the investment has the following attributes: the amount of the investment (p) and the interest rate (r) at which the investment will be compounded. 1. Write an Investment class including at least two constructors, the accessors (getters) and mutators (setters), and the tostring method. 2. Assuming that the interest rate is compounded quarterly, write a method in the Investment class returning the future value of the investment depending on how many quarters we hold it before selling it, which can be calculated using the formula: p=p(1+r)n, where n= number of periods (period = quarter). 3. Also write a Main class to test all the methods in your class

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!