CIT 130 Spring 2002 Assignment 1

 

Write a “hello world” applet and application.

 

Do problem 3.25 in the text with the following requirements:  The program should ask for an interest rate and amount.  It should then call a method to calculate the answer.  After each answer, the program should ask the user if he/she wants to continue.  If the answer is yes, the program should repeat, if no it should terminate.  Ignore the a and b parts where they ask you to just use main and to develop an OOP solution.