/**
* 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..");
}
}
Comments
I'm very excited with the answers
Leave a comment