Computer Science, asked by Akshansh55, 11 months ago

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
mrsonu962: it's of which programming language
Akshansh55: JAVA
mrsonu962: ohw
mrsonu962: i don't know java..
mrsonu962: i know python language

Answers

Answered by omegads03
7

j=1,2,3

The output of the program j=1,2,3

Answered by tistar2006
0

Answer:

0

-1

-2

-3

This is the answer

Similar questions