Computer Science, asked by radhebhai63, 8 months ago

identify the output for the following code snippet
for int i= 2;i<15;i++
{
while(i<6)
continue
System.out.println(i*2)
}

Answers

Answered by Vikas8271
0

Answer:

solution is in the picture

Explanation:

solution is in the picture

Attachments:
Similar questions