Untitled

 avatar
unknown
plain_text
3 years ago
253 B
14
Indexable
System.out.println("This house is $" + currentPrice + ". The change is $" + (currentPrice - lastMonthsPrice)
+ " since last month.");

//print the mortage
System.out.println("The estimated monthly mortgage is $"+( (currentPrice * 0.051) / 12+"." ));
Editor is loading...