0
I want a code to draw a tree....How can I make that??
7 Answers
+ 4
Split into two parts. One part as an isosceles triangle, and the other part as the trunk (an elongated rectangle).
A for loop can help with both. With the triangle, you increment a value in the for loop each loop, which represents the number of characters to print out for the triangle. You also have to centre everything you're printing.
Good luck âș
+ 2
Yes Niush sitaula. Something like that, using for loops.
+ 1
oh thank you...I will try to do thatâ
0
You sure this is the app you were looking for?
Jokes apart you can't really draw in c++.
0
you didn't get it...Iwant to make a shape of tree...not to draw exactlyđ
0
Sorry, i am terrible at patterns.đ
0