+ 4
How to do a pattern programing in java
3 Answers
+ 9
Pattern programming?
+ 7
https://www.sololearn.com/learn/934/?ref=app
https://www.sololearn.com/learn/936/?ref=app
//U can try these patterns .
+ 4
pattern programming is done using matrix representation and nested for loops:one loop for controlling row number and second for controlling the column number.
Start with a basic pattern and try to build the logic. For example:-
Draw this-
*
**
***
****
*****
Then try to put spaces and draw this-
*
***
*****
and then move to more complex ones.Try to build the code by yourself and then only have the help of internet.