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
0
Answer:
true false true true false is the correct answer
mark as best as your wish
Answered by
0
Answer:
a. is true FOR loop can be placed inside another FOR loop
Similar questions
Social Sciences,
6 months ago
Computer Science,
6 months ago
Computer Science,
1 year ago
Science,
1 year ago
Physics,
1 year ago
Math,
1 year ago