+ 1
How can i make this code further small to print the same pattern?
2 Respuestas
+ 2
Ravi try considering the pattern line/row vise
if don't know java but i made the code in python it may help you . Tell me if you don't understand it
https://code.sololearn.com/cljIp7zguFth/?ref=app
0
"* ".repeat(n)