Search:

Type: Posts; User: snowguy13

Search: Search took 0.10 seconds.

  1. Re: 2nd week with Java. Help with a few basic syntax errors?

    Here're your issues:

    You have already defined Strings name and creditsString, so you do not need to define them again.

    Next, you are trying to define the variable credits as a String when you...
  2. Re: 2nd week with Java. Help with a few basic syntax errors?

    Please use highlight tags when posting code. This is how to do that:

    //Your code here

    Give me a moment to look over your code...
Results 1 to 2 of 2