akosiraff

Download CarLoan Class

Nov 3rd, 2015
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/carloan-class/
  3. Create a CarLoan Class that encapsulates the following elements of a car loan:
  4. Sales price of the car
  5. Down Payment or trade-in allowance
  6. number of months for the loan (term)
  7. APR
  8. Car loan payment
  9. Total Interest paid on loan
  10. Your class must have both a default and overloaded constructor (the overloaded constructor should have the appropriate parameters, given that some data elements should be read-only. Create a MainClass that declares and instantiates a CarLoan object. Use the following data values for the CarLoan:
  11. Sales price of the car : $40,000
  12. Down Payment or trade-in allowance: $15,000
  13. number of months for the loan (term): 48
  14. APR: 6%
  15. Download: http://solutionzip.com/downloads/carloan-class/
Add Comment
Please, Sign In to add comment