int i,j;
for(i=0;i<4;i++)
{
for(j=i;j>=0;j--)
System.out.print(j);
System.out.println();
}
Plz answer the output of this program.
It is of JAVA programming language.
Akshansh55:
plz give the output of given program
Answers
Answered by
7
j=1,2,3
The output of the program j=1,2,3
Answered by
0
Answer:
0
-1
-2
-3
This is the answer
Similar questions
English,
6 months ago
Biology,
6 months ago
Social Sciences,
1 year ago
English,
1 year ago
English,
1 year ago