Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

there's a problem with your main methond i think you should start by changing

public static void Main(String args[])

into this:

public static void main(String args[])

i didn't run the code so their might be other problems too :-)

there's a problem with your main methond method i think you should start by changing

public static void Main(String args[])

into this:

public static void main(String args[])

i didn't run the code so their might be other problems too :-)