7. A for loop repeats commands a specific number of times and a while loop repeats until a condition becomes false.
// Create a new Teen object and print it out; see the Teen class file // to see how the constructor and toString method work.