Untitled
unknown
plain_text
a month ago
227 B
3
Indexable
if(taxDue < 0) { taxDue = taxDue * -1; System.out.printf("\nTax refund: $%,.0f", taxDue); }else{ System.out.printf("\nTax due: $%,.0f", taxDue); }
Editor is loading...
Leave a Comment
if(taxDue < 0) { taxDue = taxDue * -1; System.out.printf("\nTax refund: $%,.0f", taxDue); }else{ System.out.printf("\nTax due: $%,.0f", taxDue); }