Question: Modify the following program so it prints two blank lines between each line of text. public class { public static void main(String[] args) { System.out.print(Hearing
Modify the following program so it prints two blank lines between each line of text.
public class
{
public static void main(String[] args)
{
System.out.print("Hearing in the distance");
System.out.print("Two mandolins like creatures in the");
System.out.print("dark");
System.out.print("Creating the agony of ecstasy.");
System.out.println(" - George Barker");
}
}
Step by Step Solution
3.36 Rating (165 Votes )
There are 3 Steps involved in it
public class public static void mainString args Systemoutprin... View full answer
Get step-by-step solutions from verified subject matter experts
