• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need help with JAVA

I'm confused... have you tried compiling this?

I get several compile-time errors ("incomparable types: int[] and int", etc.), mainly in LetterInventory.java.
 
Put this code in a file called Hello.java

run:
javac Hello.java

then
Java Hello

and tell us what output you get. This will confirm if your jdk installation is okay


If you are not already following a similar process with your own code, as I suspect you are not because it doesn't compile have a look at the Java tutorials.
 
Back
Top