subject

Write a program that reads in investment amount, annual interest rate, and number of years, and displays the future investment value using the following formula:

futureinvestmentvalue =
investmentamount * (1 + monthlyinterestrate)numberofyears*1 2
for example, if you enter amount 1000, annual interest rate 3.25%, and number of years 1, the future investment value is 1032.98.

hint: use the math. pow(a, b) method to compute a raised to the power of b.
here is a sample run:

sample 1:

enter investment amount: 1000
enter annual interest rate: 4.25
enter number of years: 1
accumulated value is 1043.34

sample 2:

enter investment amount: 1000
enter annual interest rate: 4.25
enter number of years: 1
accumulated value is 1043.34

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 00:30
Which one of the following is considered a peripheral? a software b mouse c usb connector d motherboard
Answers: 2
question
Computers and Technology, 23.06.2019 13:00
Which of the following statements is false? a. a class can directly inherit from class object. b. if the class you're inheriting from declares instance variables as private, the inherited class can access those instance variables directly. c. a class's instance variables are normally declared private to enforce good software engineering. d. it's often much more efficient to create a class by inheriting from a similar class than to create the class by writing every line of code the new class requires.
Answers: 3
question
Computers and Technology, 23.06.2019 22:30
Jamie has to enter the names, employee id’s, and income of a group of employees into a worksheet. which option will jamie use to describe the data
Answers: 3
question
Computers and Technology, 24.06.2019 07:20
Ingrid started speaking about her slide presentation. when she clicked to th"third slide, which had just a picture of an elephant, she forgot what she wassupposed to talk about. what could ingrid do to avoid this situation in thefuture? oa. print handouts for her audience.ob. add presenter's notes to each slide.oc. add a video to each slide.od. save her slide presentation to a flash drive
Answers: 2
You know the right answer?
Write a program that reads in investment amount, annual interest rate, and number of years, and disp...
Questions
question
Mathematics, 22.10.2020 04:01
question
Mathematics, 22.10.2020 04:01
question
Mathematics, 22.10.2020 04:01
question
Chemistry, 22.10.2020 04:01
Questions on the website: 13722367