Answer to Question #134656 in Java | JSP | JSF for Calubag

Question #134656
Write a Java program that displays at least four lines of your favorite song. Name the class as FavoriteSong.java and add meaningful comment to the class.
1
Expert's answer
2020-09-23T13:03:20-0400
/**
 * This class prints the intro from the favorite song to the console.
 */
public class FavoriteSong {
    public static void main(String[] args) {
        //console output
        System.out.println("Look.. If you had.. ");
        System.out.println("One shot, or one opportunity");
        System.out.println("To seize everything you ever wanted.. In one moment");
        System.out.println("Would you capture it.. Or just let it slip? Yo..");
    }
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

Obang James
03.07.23, 20:47

I'm very excited with the answers

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS