Computer Science, asked by sinki705, 6 months ago

name two looping statement in K Turtle​

Answers

Answered by st1048683
1

exit controlled loop

Entry controlled loop

Answered by mad210203
0

While loop, repeat loop and for loop.

Explanation:

  • K Turtle is a programming language.
  • K Turtle uses TurtleScript.
  • K Turtle is an open source.
  • The goal of K Turtle programming is to make programming very easy.
  • K Turtle is a programming languages in which the commands can translated to the human language of any programmer.
  • Mainly there are 3 loops in K Turtle:
  1. While loop
  2. Repeat loop
  3. For loop
  • The syntax for while loop is while boolean {   }.
  • The syntax for repeat loop is repeat number {   }.
  • The syntax for for loop is for variable = number to number {   }.
Similar questions