Answered You can hire a professional tutor to get the answer.
The due is today evening . Thank you very much .
Hi ,anyone help the looping problem of JAVA . The due is today evening . Thank you very much .
a. Write an application that prompts a user for the number of years the user has until
retirement and the amount of money the user can save annually. If the user enters
0 or a negative number for either value, reprompt the user until valid entries are
made. Assume that no interest is earned on the money. Display the amount of
money the user will have at retirement. Save the file as RetirementGoal.java.
b. Modify the RetirementGoal application to display the amount of money the user
will have if the user earns 5% interest on the balance every year. Save the file as
RetirementGoal2.java.