write a java program to create a mortgage class. write the driver class separate. mortgage class has loan, rate, and term as private data members. write constructors, get and set methods, and write a method to calculate monthly payment, and another method to display the results. create objects to test your program. get the loan, rate, and term from user and pass them to your constructor with three arguments. the user cannot enter any negative value for loan, rate, and term. the loan amount should be between 100, 000 and 2000,000 (data validation). add version control and proper comments to your program.

Respuesta :

Otras preguntas

ACCESS MORE