Create a Java program in BlueJ called FavSongs.
Include your main method.
Create three additional methods. Each method will print a different “song name”, (indented) a verse, and artist name.
The first method should print your first favorite song name, favorite verse, and artist of your choice.
The second method should print your second favorite song name, verse, and artist of your choice.
The third method should print your third favorite song name, verse, and artist of your choice.
Print each to the console. Include blank lines between each individual method.