X566: Simple Text Output

Complete this method to produce the following output:

Every java programmer must understand the difference between a System.out.print and a System.out.println command.

Your Answer:

x
 
1
public void simplePrint()
2
{
3
   
4
}
5

Feedback

Your feedback will appear here when you check your answer.