127k views
1 vote
For (int j- 4; j > 0; j--)

for (int k 1; k < j; k+)
System.out.print (j +);
System.out . println() ;
What is output when the program runs?
a.
4444
b
4321
321
21
4444
333
22
1234
123
12
4321
432
43

User Batuhan
by
7.2k points

1 Answer

4 votes

Answer:

C is your awnser

Step-by-step explanation:

User Veproza
by
8.0k points