Search:

Type: Posts; User: pjb789

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: Confusing Problem with some Java code from a book - deals with Classes and Constructors

    The coding in the post is an HTML version of the * sign. I just looked it up. I am guessing that the software for
    this site got confused when looking at all of it crunched up without any space. As I...
  2. [SOLVED] Re: Confusing Problem with some Java code from a book - deals with Classes and Constructors

    OK! I finally got it to work but I don't understand why it made a difference.

    I changed the way the public integers were calculated in the PairOfDice section to:

    die1 = (int) (6 *...
  3. [SOLVED] Re: Confusing Problem with some Java code from a book - deals with Classes and Constructors

    Multiple markers at this line
    - Syntax error on token "Invalid Character", invalid
    AssignmentOperator
    - The left-hand side of an assignment must be a variable

    Sorry Norm I posted the...
  4. [SOLVED] Confusing Problem with some Java code from a book - deals with Classes and Constructors

    Hello!

    I have been trying to figure out exactly what is wrong with the code I copied from an ebook. I have tried everything I can think of and haven't got a clue!
    It has to do with my Class...
Results 1 to 4 of 5