Create an application named TestMethods whose main() method holds two integer variables. In turn, pass each value to methods name displayIt(), displayItTimesTwo(), and displayItPlusOneHundred(). Create each method to perform the task its name implies. Save the application as TestMethods.java.