Computer Science, asked by bhumi80957, 7 months ago

which one of these coding block is not a loop?

repeat 10

forever

repeat until

If + else​

Answers

Answered by anabanana1001
1

Answer:

Repeat 10 and repeat until

Explanation:

Repeat 10 means you repeat a block of 10 times so it's not a complete loop.

Repeat until is almost the same so both are not complete loops.

If I'm wrong I'm sorry.

Good luck :)

Similar questions