what is used to interate a block of code as long as the condition is true
Answers
Answered by
1
Answer:
Loops are used to execute the same block of code again and again, as long as a certain condition is met. ... while — loops through a block of code as long as the condition specified evaluates to true.
Answered by
3
Answer:
Loops are used to execute the same block of code again and again, as long as a certain condition is met. ... while — loops through a block of code as long as the condition specified evaluates to true.
Explanation:
hope it is helpful dear......☺☺❤❤
Similar questions