Answer: Here we will show how to generate the answers based on java language. We will use System.out.println().
Step-by-step explanation:
The System.out.println statement is used in java to print statements.
The following lines show how to generate those statements. The statements are enclosed within double quotes.
System.out.println("This is a test of your");
System.out.println("knowledge of \"quotes\" used");
System.out.println("in 'string literals.'");
System.out.println("You're bound to \"get it right\"");
System.out.println("if you read the section on");
System.out.print("''quotes.''");