Computer Science, asked by arham21, 10 months ago

------
Blu Puu
u ial LULUI PUT
c) What will be the output of the following program segment.

{
int a;
for ( a= 0; a <10;a++)
if (a==5)
break;
System.out.print(" " +a);

Answers

Answered by vaibhavtandon98
0

Answer:

space followed by 5 is the answer

Similar questions