HELP ME!!!!!!!!

somebody help me please...

anyone who can give me a code for this:

suppose that you owe the credit card company $1000. the company charges 1.2% per month on the unpaid balance. you have decided to stop using the card and to pay off the debt by making a monthly payment of N dollars a month. Write a program that will asks for the monthly payment, then writes out the balance and total payments so far for every succeding month until the balance is zero or less.

Example output:

Month: 1Balance: 915.0payment: 100.0

Month: 2Balance: 828.725payment: 200.0

Month: 3Balance: 741.15payment: 300.0

Month: 4Balance: 652.27payment: 400.0

Month: 5Balance: 562.057payment: 500.0

Month: 6Balance: 470.488payment: 600

so on until the balnce is zero or less

For each month, calculate the interest due on the unpaid balance. Then calculate the new balance by adding the interest and subtracting the payment. Have the program prompt for the beginning balance, the monthly interest, and the payment amount.

Please do help me,,,,,

[1093 byte] By [crazy8a] at [2007-11-26 21:52:56]
# 1
What, exactly, are you having problems on?No one is going to write it for you, hopefully not even questie.
masijade.a at 2007-7-10 3:47:07 > top of Java-index,Java Essentials,New To Java...
# 2
ok, ill start on it right away.please provide your full name, and the name of the course, name of the professor so i may put it in header comments.i think i should be able to do it in under an hour, please respond fast
mkoryaka at 2007-7-10 3:47:07 > top of Java-index,Java Essentials,New To Java...
# 3

> ok, ill start on it right away.

>

> please provide your full name, and the name of the

> course, name of the professor so i may put it in

> header comments.

>

> i think i should be able to do it in under an hour,

> please respond fast

Don't forget the name of the university and your teachers email address.

masijade.a at 2007-7-10 3:47:07 > top of Java-index,Java Essentials,New To Java...
# 4
i dont need those, i might need the email later to email you the code, but the name of the uni is not required unless i should put it into the header comments etc..
mkoryaka at 2007-7-10 3:47:07 > top of Java-index,Java Essentials,New To Java...