While Loop Practice
- Write a loop that runs until a simulated die roll comes up 6 twice in a row. It should print the number of rolls it required.
- Write a loop that allows the user to enter names until a name that is
less than three letters is entered. It should then print the average name
length.