Coding Wallah Sir

πŸ”₯ Day 2 – Java Quiz Challenge

Aaj ka sawaal Loops (for loop) se hai – ek chhoti si dry run mistake sab galat kar deti hain πŸ˜…

πŸ‘‡ Guess the Output:

for (int i = 1; i <= 5; i++) {
if (i == 3) {
continue;
}
System.out.print(i + " ");
}

πŸ’¬ Comment your answer + dry run explanation if you can 😎

πŸ”₯ Daily Quiz Series chal rahi hai – don’t miss any day!

3 weeks ago | [YT] | 25



@wisdom_seekeer

3 pr continue lga tho wo skip hojayenga tho 1245 chlenga. It's basic

3 weeks ago | 0

@rajshiromani727

Explanation acha hai ,sirπŸ˜‚

3 weeks ago | 0