Untitled
unknown
plain_text
7 months ago
227 B
4
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