System.out.println(“Mortgage payment amount is " + totPaymentYrs);
With Netbeans, I get an error such as illegal character 8220, ; expected and unclosed string literal.
Printable View
System.out.println(“Mortgage payment amount is " + totPaymentYrs);
With Netbeans, I get an error such as illegal character 8220, ; expected and unclosed string literal.
It seems the first quote character isn't a "normal" quote character, at least in that quote.
Thanks so much. That helped.
Take the trouble to type your code, don't blindly copy and paste stuff from web pages.
db