juvelyn 0 Newbie Poster

please help me on my program,on how to compute the interest due,total amount due, and the minimum payment for a revolving credit account.The program accepts the account balance as input, then adds on the interest to get the total amount due. The rate schedule are the following: the interest is 1.5% on the first $1000 and 1% on any amount over that,minimum payment is the total amount due if that is $10 or less,otherwise it is $10 or 10% of the total amount owed,whichever is larger.Your program should include a loop that lets the user repeat this calculation until the user says she or he done. + switch case