Static Methods: Exercise 1 PART 1: Create a class Exercise1.java and add a method displayThing() that prints a word/phrase of your choice 10 times (use a string literal). Add the code to your main() method to call/execute/invoke your method. PART 2: What could make this method more modular and more re-usable?