Question: COP 2800 , Java Programming: 40 points: Use loops/repetition structures to write the code for the following two programs: 1. Write an applicadion that calculates


COP 2800 , Java Programming: 40 points: Use loops/repetition structures to write the code for the following two programs: 1. Write an applicadion that calculates the product of the odd integers from 1 to 20. 2. Modify the compound-interest application of Fig.5.6 to repeat its steps for interest rates of 5%,6%,7%,8%,9% and 10%. Use a for loop to vary the interest rate. // Fig. 5.6: Interest. java // Compound-interest calculations with for. pubiic class Interest \{ public static void main(String [] args) f double principal =1000.0; / / initial amount before interest double rate =0.05; interest rate // display headers System.out. printf("\%s 820 s\%n", "Year", "Amount on deposit"); Fig. 5.6 | Compound-interest calculations with for. (Part | of 2.) Fig. 5.6 | Compound-interest calculations with for. (Part 2 of 2 .)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
