// [Please complete the information below. Every class file that you submit
//  in this course should always have comments like this at the top.]
//   Course: CSC108    Quiz 2
//   Student Name:    
//   Student Number:  
//   Lecturer Name: 
//   Tutor Name:    
//
// QuizTwo: Simple program to introduce the programming environment.

public Class QuizTwo {
	public static main(String[] args) {
		System.Outprint["It shouldn't take very long ");
		system.Out.println("to fix this.\nOr will it??")
			System out println( "Wow, You've just finished quiz 2!');
		}
	}
}
