What is the purpose of the following BASIC code... - SS3 ICT Basic Programming IV Question
What is the purpose of the following BASIC code?
css Copy code
FOR i = 1 TO 100
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
correct option: d
Please share this, thanks:
Add your answer
No responses