/* * Lab 1, Task 2 * * name: * email: */ public class Task2 { public static void main(String[] args) { System.out.println("Properly indented programs"); System.out.println("look ever so much better!"); System.out.println("please fix me"); System.out.println("and make me beautiful again"); } }