Q1
Revenue increment table
|
January |
February (jan x 1.25) |
March (Feb x 1.25) |
April (Mar x 1.25) |
May (Apr x 1.25) |
|
|
Revenue |
1000 |
1250 |
1562.50 |
1953.13 |
2441.41 |
As per HOMEWORKLIB RULES Experts cannot answer more then one question in one Q&A (Sub parts are answered). Please ask the second question seperately to get the answer from us.
Please comment an let me know if anymore explaination relating to Q1 is needed.
Thank You
Question2: Create a table that shows 25% increase in revenue every month from January to May...
Create a Java file called CompoundInterestYourLastName. Write a method called computeBalance( ) that computes the balance of a bank account with a given initial deposit, annual interest rate, after a given number of years for the investment. Assume interest is compounded yearly. The formula for determining compound interest (compounded yearly) is: A space equals space P space left parenthesis space 1 plus r space right parenthesis space to the power of t space where: A = the future value of...