Results 1 to 3 of 3
- 01-27-2011, 09:07 AM #1
Member
- Join Date
- Jan 2011
- Posts
- 3
- Rep Power
- 0
What exactly is this question asking?
The wording of this question is kind of confusing me.Write a program that reads the amount of a monthly mortgage payment and the amount still owed—the outstanding balance—and then displays the amount of the payment that goes to interest and the amount that goes to principal (i.e., the amount that goes to reducing the debt). Assume that the annual interest rate is 7.49 percent. Use a named constant for the interest rate. Note that payments are made monthly, so the interest is only one twelfth of the annual interest of 7.49 percent.
Is the question asking me to get the user to input the following 2 things? How much the user has to pay MONTHLY for their mortgage and how much total is left on their mortgage? When it says display the amount of payment that goes to interest does that mean interest MONTHLY? So would I use this equation: ((monthlymortgage*12)*0.0749)/12
And then just subtract that from the monthlymortgage to determine the amount that goes to "principal" per month?
Sorry for bad english.
- 01-27-2011, 03:34 PM #2
Senior Member
- Join Date
- Dec 2010
- Posts
- 100
- Rep Power
- 0
Hi - I would think the question is asking you to get 2 user inputs and then simply display the payment broken down into interest and principal. Read the Scanner class API, if you have not already done so.
Also, keep in mind this is a java forum, and so please don't ask how or what you have to do to get your output. The Finance Forums - Powered by vBulletin ;)
Best,--user0--
- 01-27-2011, 04:01 PM #3
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,392
- Blog Entries
- 7
- Rep Power
- 17
When people rob a bank they get a penalty; when banks rob people they get a bonus.
Similar Threads
-
Question concerning question marks and colons
By jim01 in forum New To JavaReplies: 17Last Post: 01-14-2011, 12:05 AM -
Question mark colon operator question
By orchid in forum Advanced JavaReplies: 9Last Post: 12-19-2010, 08:49 AM -
Question about what this do.
By Syfer in forum New To JavaReplies: 1Last Post: 07-03-2010, 08:35 AM -
Question!
By anjogomez in forum Java AppletsReplies: 2Last Post: 02-21-2009, 03:24 AM -
Need help with a question please
By sonal in forum New To JavaReplies: 1Last Post: 11-29-2007, 09:17 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks