I would set up the for loops as follows: Have one outside loop, with two other loops nested inside it, calculating spaces and size of the tree:


for ( ; ; ){ // Represents what row is being...