Select the option that shows the line number where assignment is first used in the algorithm below.
1 OUTPUT "System Initializing..."
2 OUTPUT "Please enter the initial velocity (m/s):"
3 u ← USERINPUT
4 t ← 0.0
5 WHILE t < 10.0 DO
6 s ← u * t
7 OUTPUT s
8 t ← t + 1.0
9 ENDWHILE
Line 2
Line 3
Line 4
Line 6
Practise AQA GCSE Computer Science Programming concepts with exam-style questions for GCSE Computer Science. 100 questions, matched to the AQA GCSE Computer Science (8525) specification and written in Paper 1 and Paper 2 style. Every question includes a full worked solution and mark scheme, so you can see where marks are awarded rather than just whether you got the answer right.