Search:

Type: Posts; User: nakedtriple

Search: Search took 0.23 seconds.

  1. Alright guys, I am having some serious trouble with this one.

    Here is one part of the project that is stumping me. I don't think I understand how this stuff works. Here is what I have to try to accomplish...

    "write a program that uses the purchase class to...
  2. Replies
    9
    Views
    1,139

    Re: not looping properly, please help.

    Alright, I'll work on that, give me a bit. Thank you.
  3. Replies
    9
    Views
    1,139

    Re: not looping properly, please help.

    yes its compiling. It'll run continuously in the loop, until the negative integer is entered, but its only registering an processing the first entry. That is what is confusing me, it seems that the...
  4. Replies
    9
    Views
    1,139

    Re: not looping properly, please help.

    okay, fixing the condition allowed it to stay in the loop for however many entries the user wants, and it exits on the negative integer, but something is wrong with the loop. More specifically, the...
  5. Replies
    9
    Views
    1,139

    Re: not looping properly, please help.

    It is supposed to loop through the grade assignment / grade tally 'if - else/if' loop provided the user enters a non-negative integer. It was (is until I change it) only allowing for one user entry...
  6. Replies
    9
    Views
    1,139

    Re: not looping properly, please help.

    WOW, did I really miss that?!? I'll test that in a little bit, the code is on a different confuser.
  7. Replies
    9
    Views
    1,139

    not looping properly, please help.

    program is functional, but for only one user entry. I can't figure out why its not looping properly. Does anyone see anything that I am not seeing? Any and all help is greatly appreciated.

    ...
  8. High / low integer computation algorithm????

    Okay, you guys were awesome , last time, here I am again, stuck. I am writing an exam averager, using a do-while loop with an if/else thrown in there. Its functional, but I also need it to display...
  9. Re: New to the complmunity, need some assistance please.

    I don't want to put up the finished code, as this is a common introduction class code (I think)because I don't know if it violates any home assistance policies help by the website. Admins, please let...
  10. Re: New to the complmunity, need some assistance please.

    Got it, the float percentHeads / Tails is a postincrement operator. I didn't realize where you initialize the operator made a difference. Thanks so much for the help. Assignment is past due...
  11. Re: New to the complmunity, need some assistance please.

    great stuff guys, I appreciate it. Here's where I am now...

    ;'s deleted from if statments
    upon compiling, headcount and tailcount are functional.
    tried changing the math around for the...
  12. New to the complmunity, need some assistance please.

    Okay, first off, hello to all. I am a mechanical engr. student, and am in a intro Java class. This is my first experience with programming of any sort, so I really have no idea what I am doing. ...
Results 1 to 12 of 13