Question: Main.java public class Exercise 0 2 _ 2 1 { public static void main ( String [ ] args ) & java.util.Scanner input = new
Main.java
public class Exercise
public static void mainString args &
java.util.Scanner input new java.util.Scanner
System.in:
Enter the investment amount
System.out.print
"Enter the investment amount, for example : :
double investmentAmount input. nextDouble:
Enter yearly interest rate
System.out.printEnter annual interest rate, for example : ;
double annualinterestRate input nextDouble :
Obtain monthly interest rate
double monthlyInterestRate annualinterestRate :
Enter number of years
System.out.print
"Enter number of years as an integer, for example : :
int numbefears input. nextInt :
double futurevalue
investmentAmount Math.pow monthlyInterestRate,
numfYears :
System.out.printFuture value is
intfutureValue :
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
