public class Review { public static void main(String[] args) { //The main method executes the tasks of the class System.out.println("My first Java program from scratch!"); } }
gerweb