How to print triangle in star mark?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to print triangle in star mark??

6th Apr 2017, 4:45 PM
yahan
2 Answers
+ 3
Can you be more specific? Not sure what you're asking. Do you want to print something like this:? * * * *****
6th Apr 2017, 5:59 PM
Rrestoring faith
Rrestoring faith - avatar
+ 3
use for loop for lines another for loop for space and last one to print *
6th Apr 2017, 6:20 PM
Saumya
Saumya - avatar