Can you explain this code, in it's fullest | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

Can you explain this code, in it's fullest

for (int x = 1; x < 8; x++) { if (x > 5) break; Console.WriteLine(x); }

28th Jan 2017, 5:34 AM
Christopher
4 Answers
+ 2
Oops, didn't realise it was the same person, my bad
28th Jan 2017, 6:07 AM
Jafca
Jafca - avatar
0
5
21st Mar 2019, 1:12 PM
Vinothkumar R
Vinothkumar R - avatar
- 2
I just wanted to hear different answers from different people.
28th Jan 2017, 7:13 PM
Christopher