A student is using the algorithm below
A student is using the algorithm below. LINE 10 INPUT A, B LINE 20 LET C = A – B LINE 30 LET D = A + B LINE 40 LET E = (D*D) – (C * C) LINE 50 LET F = E / 4 LINE 60 PRINT F LINE 70 END Trace the algorithm in the […]