which loop is also known as definite loop.
Answers
Answered by
4
Answer:
One type of loop structure is called a “definite loop.” You, the programmer, specify the number of times the loop will loop. In Forth, you do this by specifying a beginning number and an ending number (in reverse order) before the word DO.
Pls follow me.
Similar questions