lab
This commit is contained in:
17
labs/lab1/Problems.java
Normal file
17
labs/lab1/Problems.java
Normal file
@ -0,0 +1,17 @@
|
||||
// ********************************************
|
||||
// Problems.java
|
||||
//
|
||||
// Provide lots of syntax errors for the user to correct.
|
||||
//
|
||||
// ********************************************
|
||||
public class Problems
|
||||
{
|
||||
public static void main(String[] args)
|
||||
{
|
||||
System.out.println("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
|
||||
System.out.println("This program used to have lots of problems,");
|
||||
System.out.println("but if it prints this, you fixed them all.");
|
||||
System.out.println(" *** Hurray! *** ");
|
||||
System.out.println("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user