Search:

Type: Posts; User: Davidovic

Search: Search took 0.11 seconds.

  1. Replies
    1
    Views
    1,549

    Re: Arcade scores reset

    And I tried my best :rolleyes: Now there is no challenge. :cool:
  2. Replies
    15
    Views
    5,004

    Sticky: Re: New Syntax Highlighting Feature!

    This is nice (*)
  3. Replies
    21
    Views
    3,037

    Re: New Recursion problem need lil help

    Can you post the code for that?
  4. Replies
    21
    Views
    3,037

    Re: New Recursion problem need lil help

    number = 224;

    When you see this number you know that sum is 8.. So how did you calculate it?

    1° number = 224

    (224 < 10) = false

    224 % 10 = 4 "digit = 4"
  5. Replies
    21
    Views
    3,037

    Re: New Recursion problem need lil help

    Are you sure that you get your number when you use " / " maybe it is better this " % ".
  6. Replies
    7
    Views
    3,125

    Re: Not sure what is wrong with this

    This should do fine, you just needed to change serialNumber to serial.


    public Car create(int serial) {


    return new Car(make, year, serial, color);

    }
  7. Replies
    4
    Views
    1,934

    [SOLVED] Re: Another Method,

    Just make a circle and divide it in 8 parts, so that means that for each position you will have 45°. And you will need one more point ( reference ) from which will you calculate the angle, so you...
  8. Replies
    4
    Views
    2,099

    Re: Java says:"Hello World". I say:"It works!"

    \m/ Glad to be here!
  9. Replies
    4
    Views
    2,099

    Java says:"Hello World". I say:"It works!"

    Hi everybody! \m/ My name is Igor, student, second year. I have lots of things that I hate and like. My hobby is programming and my life is everything that goes with it. Java recently entered my...
Results 1 to 9 of 9