Computer Science, asked by jayasreesingh680, 1 year ago

State True (T) or False (F) for the following statements:
(a)
In BASIC one FOR loop can be placed inside another FOR loop.
(b)
FOR I = 1 TO 10 STEP 2 loop will iterate 3 times.
(0)
For nested loops, it is mandatory that the inner loop should be fully
confined within the outer loop.
(d)
The value of outer loop variable can be used within FOR
command of inner loop.
(e)
In nested loops, the inner loop gets completely executed first.​

Answers

Answered by pranavbirhade100
0

Answer:

true false true true false is the correct answer

mark as best as your wish

Answered by Alanewalker
0

Answer:

a. is true FOR loop can be placed inside another FOR loop

Similar questions
Math, 6 months ago