1. Find the trim method in the String class's documentation. Write down the signature of that method. Write down an example call to that method on a String variable called text.
2. Write a method in your Random Tester class called throw Dice that returns a random number between 1 and 6 (inclusive).