January 31

Today we discussed the basics of programming and introduced Object Oriented concepts. Read chapter two in the book. Here is the shell of the program I started to write in class, this is as far as I got:

/*
* This is a comment section
* The compiler will ignore this.
*/

public class Driver
{
 	public static void main(String [] args)
	{
	
	}
}