Search:

Type: Posts; User: GregBrannon

Search: Search took 0.12 seconds.

  1. Thread: case

    by GregBrannon
    Replies
    64
    Views
    3,088

    Re: case

    This thread is being closed for the following reasons:

    1. No progress has been made
    2. The OP is not posting code in code/highlight tags
    3. The conversation has deteriorated to recursion with no...
  2. Thread: case

    by GregBrannon
    Replies
    64
    Views
    3,088

    Re: case

    What resources are you using to learn Java? Surely they have pointed out the reasons for every item in a method's signature. Please reread your textbook, notes, or refer to online resources to...
  3. Thread: case

    by GregBrannon
    Replies
    64
    Views
    3,088

    Re: case

    Please post your code correctly using code or highlight tags which are explained near the top of this link.
  4. Thread: case

    by GregBrannon
    Replies
    64
    Views
    3,088

    Re: case

    The purpose of Chapter 4 is to introduce and explain the construction and usage of multiple classes in one program. At this point in the book, the student should discover that the main() method may...
  5. Thread: case

    by GregBrannon
    Replies
    64
    Views
    3,088

    Re: case

    Please post your code correctly using code or highlight tags which are explained near the top of this link.
  6. Thread: case

    by GregBrannon
    Replies
    64
    Views
    3,088

    Re: case

    There's nothing we can do with, "i am changing an int variable into a string," except to wonder why you're here. Show the code you've written so far to accomplish that with the questions you have.
  7. Thread: case

    by GregBrannon
    Replies
    64
    Views
    3,088

    Re: case

    And how has this thread been working towards that objective? Please be more clear on what you need help with. I recommend you post your assignment word for word, copied and pasted if possible, and...
  8. Thread: case

    by GregBrannon
    Replies
    64
    Views
    3,088

    Re: case

    Which variable? The toString() method can be used on most non-primitive variables to convert them to a String object, so you might try that, BUT I'm not sure how your response relates to KucerakJM...
  9. Thread: case

    by GregBrannon
    Replies
    64
    Views
    3,088

    Re: case

    Welcome to the Forum! Please read this topic to learn how to post code correctly and other useful tips for newcomers.

    Please post your code correctly per the above link, and pull back the 'tude,...
  10. Thread: case

    by GregBrannon
    Replies
    64
    Views
    3,088

    Re: case

    The code you posted as the problem is likely NOT the problem. I suspect the problem occurs BEFORE that code, usually caused by misplaced or missing { or }.
Results 1 to 10 of 10