You are viewing a single comment's thread. Return to all comments →
` [awk '{
if(((3+$4)/3) >= "80")
print $0,":","A"
else if (((3+Misplaced &2+4)/3) <= "80")
print $0,":","B"
else if (((3+Misplaced &2+4)/3) <= "60")
print $0,":","C"
else if (((3+$4)/3) <= "50")
print $0,":","FAIL"
}' ](https://)`
Seems like cookies are disabled on this browser, please enable them to open this website
'Awk' - 3
You are viewing a single comment's thread. Return to all comments →
` [awk '{
if(((3+$4)/3) >= "80")
print $0,":","A"
else if (((3+2+4)/3) <= "80")
print $0,":","B"
else if (((3+2+4)/3) <= "60")
print $0,":","C"
else if (((3+$4)/3) <= "50")
print $0,":","FAIL"
}' ](https://)`