prt("Planting a seedling"); height = 0;
prt("Creating new Tree that is " + i + " feet tall"); height = i;
prt("Tree is " + height + " feet tall");
prt(s + ": Tree is " + height + " feet tall");
System.out.println(s);