What are the loop forming statements? Explain any one of them.
Answer very shortly.
Answers
Answered by
2
Answer:
In computer science, a loop is a programming structure that repeats a sequence of instructions until a specific condition is met. Programmers use loops to cycle through values, add sums of numbers, repeat functions, and many other things. ... Two of the most common types of loops are the while loop and the for loop.
Explanation:
Mark me as Brainliest
Answered by
2
A loop forming allows us to excute a statement or group of statements multiple times.
Loop forming is statement which are used most of the programming languages.
please mark me as brainilist
Similar questions