Computer Science, asked by akriti1444, 8 months ago

Write a
program to print
the
Following pattern in
java:
55555
54444
54333
54322
54321​

Answers

Answered by pranaykpradeep
0

Answer:

print("55555")

print("54444")

print("54333")

print("54322")

print("54321")

Similar questions