+ 1
Full Pyramid using * user can give the height of pyramid ?
Help to solve the Question What is the code ?
1 Antwort
+ 7
You can draw such patterns by using two nested for loops, and inside a condition to decide based on the X and Y coordinates, if you want to draw a symbol or an empty space.
You can get more concrete help if you post your attempt. You have not even specified in which language you want to solve it.