What is the result? Given the code fragment: What is the result? Given the code fragment: What is the result? A. Compilation fails. B. 0 Found C. 1 Found D. 3 Found Show Hint ← Previous question Next question →
rfvc A is correct, but i dont know why. because continue have colon instead of semicolon. and then count++ is unreachable code. Reply
AntonioP A is the correct answer, but no tag has been defined for continue: . So I’m doubtful about what’s the right answer Reply
Bob A, but i am not sure, if you compile it, it will print 0 found due to the Continue;, however due to logic Given the code then yes there is an compilation error. Reply
count++ is unreachable hence compilation error
Answer is A. compilation fails
A
A is correct, but i dont know why. because continue have colon instead of semicolon. and then count++ is unreachable code.
A: PORQUE EL COPILADOR DETECTA QUE NUNCA VA LLEGAR AL COUNT
A is the correct answer, but no tag has been defined for continue: . So I’m doubtful about what’s the right answer
A
A, but i am not sure, if you compile it, it will print 0 found due to the Continue;, however due to logic Given the code then yes there is an compilation error.