+ 1
Solution or guideline to become better in pattern print
I can't improve to be better at star/number pattern prints. Any possible solutions to build up logic for executing any type of star/number print available?
2 Respostas
+ 1
Nobody can teach you how to think. To improvise you abaility to think logically the only thing you should do is practice practice and more practice...
Here's a tip for pattern problems :
Go through each and every line and see what is increasing and what is decreasing and then try to relate them to each other for example:-
*
**
***
In this pattern in every line, number of stars printed is same as line number
0
Nice help. Thanks... :3