What will be the output of the
following program snippet:
for (int a = 10; a = 0; a -=2);
System.out.print (a + " ");
System.out.print (a +"");
Answers
Answered by
0
Answer:
do u need briefly or just the answer,let me know..
Similar questions