I have two classes.

Amortization class has the following void method.


public void displayResults()
{
System.out.println("The loan amount is $" + loanAmt);
...