Untitled
unknown
plain_text
a year ago
227 B
7
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