9 lines
73 B
Plaintext
9 lines
73 B
Plaintext
|
($3 > 0) {
|
||
|
print $1,($2 * $3);
|
||
|
}
|
||
|
|
||
|
Kathy 40
|
||
|
Mark 100
|
||
|
Mary 121
|
||
|
Susie 76.5
|