Question: 1. Write a method called synonyms that prints at least two synonyms of a word when invoked. The method should accept no parameters and return no value.
2. Write a method that accepts two integers and returns the first integer raised to the power of second integer.
3. Write a method called random100 that returns a random integer in the range of 1 to 100 (inclusive).