Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: I'm Pretty Sure I Got It Right Yet I Keep Getting Errors

    The error message includes: method PrintStream.println(Object)
    That shows that the PrintStream class's printn() method arg list has ONE argument.
    See the API doc: Java Platform SE 7
    You are...
  2. Re: I'm Pretty Sure I Got It Right Yet I Keep Getting Errors

    The import statements should be before any class definitions.
  3. Re: I'm Pretty Sure I Got It Right Yet I Keep Getting Errors

    Please copy and paste here the full text of the error messages.
    It'll help us help you.
Results 1 to 3 of 3