You can always convert a while loop to a for loop. [true/false]
Answers
Answered by
1
Answer:
True is your answer
hope it helps :)
Answered by
3
True
You can always convert a while loop to a for loop. The while loop and the do loop are equivalent in their expressive power; in other words, you can rewrite a while loop using a do loop, and vice versa. ... A variable declared in the for loop control can be used after the loop exits
Explanation:
hope it helps you
Similar questions