2.1. Output sample code:

public class Output
{
	public static void main(String[] args) {
		System.out.println("See, a message in the console!");
		System.out.println("beep boop beep boop.");
	}

}