Use the BASIC program below to answer questions 23 to 25
10 LET K = 2
20 LET L = 9
30 LET SUM = 0
40 FOR J = K TO STEP 2
50 SUM = SUM + J\(^2\)
60 PRINT "ANSWER =", SUM
70 NEXT J
80 END
How many times will the statement lines 50 and 60 be repeated?
A.
2
B.
3
C.
4
D.
5
Correct Answer: Option C
Explanation
No official explanation is available for this question at this time. Please check contributions posted by others below. If you can provide an explanation to help other student learn, please click here
Contributions ({{ comment_count }})
Please wait...
Modal title
Report
Block User
{{ feedback_modal_data.title }}