/** * Created on Feb 21, 2005 * * @author Paolo Bucci * * Simple program to print 5 lines on the screen. */ public class Errors { Public static void main(String[] args) { system.out.println("---------------------------"); System.out.println("This program demonstrates"); System.out.println("how some simple typos can"); System.out.println("cause problems in a program."); System.out.println("---------------------------") }