Unknown Error

public class Computer Science {

public static void main(String[] args) {

System.out.println("Hello World!");

}

}

Just to try JC out I tried this out and when I compiled it , it came out and said on error list that I needed {} right before and after my code but I have never had to do this before and it also says that 'class' or ' interface' expected

I reinstalled it several times but all of the same results and yes the file name is Computer Science .

[501 byte] By [teamneua] at [2007-10-3 10:29:13]
# 1
A class name cant have a space in it. Make it ComputerScience.
CaptainMorgan08a at 2007-7-15 5:51:50 > top of Java-index,Java Essentials,New To Java...