Write a java program to print the pattern:-
55555
54444
54333
54322
54321
Answers
Answered by
2
Answer:
system.out.print(55555)
system.out.print(54444)
system.out.print(54333)
system.out.print(54322)
system.out.print(54321)
Answered by
1
Answer:
Thanks ....Mark it as a brainliest if you liked it
Attachments:
Similar questions