contestada

Question Nine: Study each of this code segments and state the EXACT output.
(a)
LET NERD=5
LET JOCK = 10
IF (3*NERD < JOCK) THEN
NERD = NERD + 2
NERD = NERD + 3
END IF
PRINT NERD