Computer Science, asked by Anirudh0465, 5 hours ago

Print this following pattern in java:
* * * * 1
* * * 2 *
* * 3 * *
* 4 * * *
5 * * * *

Answers

Answered by geetad1984
0

Answer:

Print this following pattern in java:

* * * * 1

* * * 2 *

* * 3 * *

* 4 * * *

5 * * * *

Similar questions