Print this following pattern in java:
* * * * 1
* * * 2 *
* * 3 * *
* 4 * * *
5 * * * *
Answers
Answered by
0
Answer:
Print this following pattern in java:
* * * * 1
* * * 2 *
* * 3 * *
* 4 * * *
5 * * * *
Similar questions