Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    8
    Views
    1,636

    Re: Beginners needing help

    Glad you got it working.
  2. Replies
    8
    Views
    1,636

    Re: Beginners needing help

    Did you try doing a search for equals? Its used lots of times.
  3. Replies
    8
    Views
    1,636

    Re: Beginners needing help

    String wood = oak;
    The compiler thinks oak is the name of a variable. If you mean for it to be a String, enclose it it "s

    if (wood = "oak")
    When comparing the contents of objects like Strings,...
  4. Replies
    8
    Views
    1,636

    Re: Beginners needing help

    Please edit your post and wrap your code with


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.

    Can you explain what problems you are having with your assignment?
    Ask some...
Results 1 to 4 of 4