Search:

Type: Posts; User: cj_in_seattle

Search: Search took 0.07 seconds.

  1. Also, make comments with // it's much cleaner ...

    Also, make comments with // it's much cleaner

    Unless you're writing a lot like method descriptions and class descriptions, but not necessary for instance fields.
  2. Replies
    4
    Views
    1,113

    Why does your for loop start at 2? Going from 2...

    Why does your for loop start at 2? Going from 2 to 12 will only ask for input 11 times.
  3. Replies
    8
    Views
    1,540

    Where are your comments outlining what you're...

    Where are your comments outlining what you're trying to accomplish in your class? I find that i have an easier time solving my problem if I outline what I'm supposed to be doing in my code. Hope at...
  4. Replies
    6
    Views
    1,555

    Pretty much. I got help from a fellow student. He...

    Pretty much. I got help from a fellow student. He helped to break it down and explain it. Now I need to my sierpinski triangle, but just switch the colors from blue to green, then o red and back to...
  5. Replies
    6
    Views
    1,555

    Re: Arraylist help

    Yeah, I believe so. I knew the logic of what I wanted to do, but didn't understand the syntax. Here is the solution.

    public ArrayList<Oval> rotateColorsInPileOfDisks(ArrayList<Oval> graphicsList)...
  6. Replies
    6
    Views
    1,555

    Re: Arraylist help

    Ok. Sorry about that. New to all this forum stuff. Can anyone help?
  7. Replies
    6
    Views
    1,555

    Re: Arraylist help

    No sense in starting a new thread when I can just use an old one, right? :)
    Hi there. Beginner programmer here. Here is my question.
    I've created an array full of circles (ovals) that go down in...
Results 1 to 7 of 7