Question on: SS3 ICT - Basic Programming IV
What is the purpose of the following BASIC code?
css Copy code
FOR i = 1 TO 100
View related lesson
A
Print the numbers from 1 to 100
B
Calculate the sum of the first 100 integers
C
Define an array with 100 elements
D
Create a loop that runs 100 times
Ask EduPadi AI for a detailed answer
Correct Option: D
Add your answer
Please share this, thanks!
No responses