Search:

Type: Posts; User: lunix

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    1,701

    Re: AP computer science questions

    what it means is the exact literal translation of what it means, dry run the code with an example number to prove the recursion... I.E enter multiply(8); then explain line by line whats happening i.e...
  2. Replies
    4
    Views
    1,577

    Re: How to make calls to methods

    ermmm, just do classname.stringRoot("1600")

    don't think you need to make an object to use a classes method?
  3. Replies
    9
    Views
    1,599

    Re: Quick Code analysis please

    postfix/prefix i think(the order you do the math), if your wanting it to add the x either put it in the brackets that exist or put another set of brackets around the +1. my thinking is that its just...
  4. Replies
    2
    Views
    1,518

    Re: A very simple question...

    Partly related to regular expression, the code is finding any tab indentation and replacing it with a single space...check regular expression and escape sequences for more information regarding the \t
  5. Replies
    8
    Views
    2,597

    Re: 2D Game Programming

    30 or so video tutorials on animation, threads, input etc

    Java Game Development Tutorials - YouTube
  6. Re: NEEDING HELP UNDERSTANDING A CODE FROM THREE CLASSES!!!

    use code tags...also is there anything specific you need to know? you named most the concepts being used in your post, do you need these concepts quoting from your code and explaining and if so...
Results 1 to 6 of 6