qse/ase/cmd/awk/emp-009.out
2008-03-21 03:49:53 +00:00

8 lines
114 B
Plaintext

(($2 * $3) > 50) {
printf ("$%.2f for %s\n",($2 * $3),$1);
}
$100.00 for Mark
$121.00 for Mary
$76.50 for Susie