Computer Science, asked by lusi86, 2 months ago

How many times will the PRINT statement in the following FOR loop print .
FOR i =1 to 4
PRINT "Hello"
NEXT i​

Answers

Answered by Solankidhruvil
1

Answer:

1 time use printf in for loop for 1 to 4

Similar questions