you haven't defined the main() method correctly. You havepublic static void main (String args)it should bepublic static void main(String [] args)I haven't tested your program, but looks ok otherwise