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");
}
}
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.