Computer Science, asked by THERIAN, 6 days ago

You can always convert a while loop to a for loop. [true/false]​

Answers

Answered by TheBrainlyUser96
1

Answer:

True is your answer

hope it helps :)

Answered by KonikaGupta
3

\huge\red{A}\pink{N}\orange{S}\green{W}\blue{E}\gray{R}

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