What does Terminate mean, and Can you explain the link in the lesson in the description. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

What does Terminate mean, and Can you explain the link in the lesson in the description.

https://www.sololearn.com/Play/CSharp Plz explain break and continue, because I've been struggling with them both. And I don't understand how they work, and what they do.

31st Jan 2017, 4:39 PM
Christopher
1 Answer
+ 2
To terminate is to eliminate--to end it. I think breaking and terminating are the same thing, like a big "stop" sign in your code. Continue would allow it to go on, and keep running.
31st Jan 2017, 5:17 PM
Jeremie
Jeremie - avatar