Create a class called Demo that contains three public methods: messageOne(), messageTwo(), and messageThree(). Each method should print a single line of text. Create a second class called Runner that has a main method. In that main method create an instance of your Demo class and use all of the methods.
Create a class called Demo that contains three public methods: messageOne(), messageTwo(), and messageThree(). Each method should print a single line of text. Create a second class called Runner that has a main method. In that main method create an instance of your Demo class and use all of the methods.