0

question

help please

18th Feb 2020, 4:29 PM
Adam
4 Answers
+ 2
Why is answer 5? : What is largest number that will be printed by this code? for (int x = 1; x <8; x++) { if (x > 5) break; Console.WriteLine(x); }
18th Feb 2020, 4:36 PM
Adam
+ 2
thx :)
18th Feb 2020, 4:40 PM
Adam