Computer Science, asked by saikalareddy25, 8 months ago

inti
for(i = 1; i < 6; i++)
{
if (i > 3)
continue
System out.println(i);
What is the output of the above fraction of code?​

Answers

Answered by srajfaroquee
0

Answer:

ERROR! Please mention where the for loop is ended.

Answered by snigdhanayak774
0

Explanation:

plz mention where loop is end.( } )

Similar questions