V. Give the output of the following snippets based on nested loops:
1. int ij:
for (i=0; i<4; i++)
Output:
{
for (j=i: j>=0; i--)
System.out.print();
System.out.println();
}
Answers
Answered by
0
Answer:
I don't understand
Explanation:
the question. sos eso qua
Similar questions