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
0
Answer:
ERROR! Please mention where the for loop is ended.
Answered by
0
Explanation:
plz mention where loop is end.( } )
Similar questions