Number Pattern Program in Java - using while loop

preview_player
Показать описание
We'll make a program to print the following pattern using while loop:
1
1 2 3
1 2 3 4 5
1 2 3 4 5 6 7
1 2 3 4 5 6 7 8 9

In this case n=5, we can change the value of n according to the given problem statement.
Feel free to post your queries and doubts in the comment section below...Just hope you are able to understand the logic and concept, please give some suggestions for improvement...Thankyou everyone ♡♥♡...!!!
Рекомендации по теме
Комментарии
Автор

Thank you very much that you solve my problem and I like your video and comment also but can not sub sorry but i like this thank you very much or ms

rahulmeena
Автор

Hello. I love your style of doing the logic. Can you do some Alpha patterns like ABC?

majone
Автор

*
*1*
*121*
*12321*
*121*
*1*
* Hello. This is one that I want to understand using your break down logic.

majone
Автор

Hello. Could you do a number pattern like
1
121
12321
1234321

majone