Search:

Type: Posts; User: dlorde

Search: Search took 0.14 seconds.

  1. Re: Problems with incrementing/decrementing in a for loop..

    The idea is that you figure out how you're going to solve the problem before writing any code. If he didn't tell you that, he should have.

    Even just summarizing the requirement would be useful:
    ...
  2. Re: Problems with incrementing/decrementing in a for loop..

    I agree.



    Quite - that's the most important guideline, and the one most often ignored by novices. Writing the code should be just translating a detailed design into Java. Designing an...
  3. Re: Problems with incrementing/decrementing in a for loop..

    Your name is a single String, so why are you passing an array of Strings to your method?

    Anyhow, You're looping through that array (which presumably only contains a single String - your name),...
Results 1 to 3 of 3