/* * ClosedLab01b.java * A simple program that displays a message to the screen. * Used to get familiar with fixing errors in the Eclipse IDE. * * @author Jeremy Morris * @version 20120803 * */ package osu.cse1223; public class ClosedLab01b { Public static void main(String[] args) { System.out.Println("** This code shows what Eclipse does **"); System.out.println("** when some common typos are put **") system.out.println("** into a piece of Java code **"); System.Out.Println("*******************************"); } }