Fill This Form To Receive Instant Help

Help in Homework
trustpilot ratings
google ratings


Homework answers / question archive / Java Programming Help B) Using the programs we wrote in Java One to calculate the payment amount, and the amortization schedule program you wrote in Java Three, write a program that lets the user pick either option, then calls the appropriate method(s) for the task

Java Programming Help B) Using the programs we wrote in Java One to calculate the payment amount, and the amortization schedule program you wrote in Java Three, write a program that lets the user pick either option, then calls the appropriate method(s) for the task

Computer Science

Java Programming Help

  1. B) Using the programs we wrote in Java One to calculate the payment amount, and the amortization schedule program you wrote in Java Three, write a program that lets the user pick either option, then calls the appropriate method(s) for the task. You should create a menu that gives the user the option to calculate a payment amount or create an amortization schedule.

    You should ask for the loan amount, the interest, and the number of payments in the main program so that you can pass them to the methods.  If they chose to calculate the payment amount, your program should call the calc payment method (value-returning), return the result, then display them.  If they chose to print an amortization schedule, you should calculate the payment then pass all the variables to the print amort method.  The amort method should display the payment schedule.
    • Hints/Tips:
      • Remember that variables are only available in the method if they are passed or defined in the method, and they need not be named the same.
      • It took me about 40 minutes
    • Rubric
      • Doesn’t use methods to generate results -5 (no credit for this part of the assignment)

Doesn’t correct problems in the previous assignments -1

pur-new-sol

Purchase A New Answer

Custom new solution created by our subject matter experts

GET A QUOTE