Printing Strings

Write a Java program that prints the message, "Roses are red". Your program will be a class definition containing a main method -- see the Lincoln example in Listing 1.1 of the text if you need guidance. Remember the following: Compile and run your program. When it works correctly, modify it so that it prints the entire poem:
Roses are red
Violets are blue
Sugar is sweet
And so are you!

To hand in:

A listing (i.e., hardcopy) of a program printing out this poem.