Search:

Type: Posts; User: tyeeeee1

Search: Search took 0.14 seconds.

  1. Replies
    12
    Views
    1,347

    Re: I may be over-complicating this...

    Thanks for all the help everyone, I've just submitted the assignment to my teacher and hopefully I'll get 90+ =P

    @jps Your detailed example really helped, I don't think I would have easily...
  2. Replies
    12
    Views
    1,347

    Re: I may be over-complicating this...

    @jps O.o It equaled 4.0, this doesn't make much sense to me now... Could you explain what's going on jps?
    @Norm Thanks for all of the advice, I'll try writing up another version of the program...
  3. Replies
    12
    Views
    1,347

    Re: I may be over-complicating this...

    I'll look more into those after I post this comment. We've only learned the basics of the arithmetic operators at the moment so I don't anything other than +, -, /, %, *, unary +, unary - and the two...
  4. Replies
    12
    Views
    1,347

    Re: I may be over-complicating this...

    Thank's for the help so-far. After reading what you said today I've re-written the program and I've expanded it. Although it is a lot shorter now there is still one part left of the program to write;...
  5. Replies
    12
    Views
    1,347

    Re: I may be over-complicating this...

    While writing a response to your reply an idea just came to me...


    int exampleInteger = (12345 % 100) // This would equal 45.
    double exampleDouble = (exampleInterger / 10) // This would equal...
  6. Replies
    12
    Views
    1,347

    I may be over-complicating this...

    I'm currently in an online highschool course that is teaching me the basics of programming in java. My current assignment is:




    I've written up a small portion of what I think the code should...
Results 1 to 6 of 6