Answer to Question #246071 in Java | JSP | JSF for Lean

Question #246071

Write a Java program that displays at least four (4) lines of your favorite song. Name the class as FavoriteSong.java and add meaningful comments to the class.


1
Expert's answer
2021-10-04T00:50:36-0400
package com.company;

public class FavoriteSong {
    public static void main(String[] args) {
        //Displaying the song title
        System.out.println("Song title: Stay by The kid Laroi & justin bieber\n");
        // displaying the song first four lines
        //first line
        System.out.println("I do the same thing I told you that I will never would");
        //second line
        System.out.println("I told you I'd change, even when I knew I never could");
        //Third line
        System.out.println("I know that I can't find nobody else as good as you");
        //Fourth line
        System.out.println("I need you to stay, need you to stay, hey");

    }
}

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

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS