Search:

Type: Posts; User: swirth123

Search: Search took 0.07 seconds.

  1. Replies
    11
    Views
    1,169

    Re: HELP WITH METHODS!

    double someVar = computePayment(put needed args here);

    Which method is this going in? Main?

    Also what I want it to do is work, when I run it nothing happens and the console is blank. I want a...
  2. Replies
    11
    Views
    1,169

    Re: HELP WITH METHODS!

    This is a very good link, thank you. But I really dont understand what I personally am doing wrong then. If you could answer this...how would you call back "answer" and have it print it in a separate...
  3. Replies
    11
    Views
    1,169

    Re: HELP WITH METHODS!

    It just isnt returning anything with the System.out.println(avUPMC); Its either not calculating and returning avUPMC or I'm not doing the print method correctly. Do I have to initialize anything in...
  4. Replies
    11
    Views
    1,169

    Re: HELP WITH METHODS!

    At the very bottom, bellow the main method, I am trying to calculate the average of the fees paid by UPMC (avUPMC) Something is going wrong but I'm getting no errors. Its either its not calculating...
  5. Replies
    11
    Views
    1,169

    HELP WITH METHODS!

    Hi friends, having trouble using a method to do a calculation and then calling it to be printed. What am I doing wrong? (What I am doing is all the way at the bottom below the main method)


    ...
  6. Re: Help with my assignment please!!! (Novice User)

    I did know a little bit and I did some research and completely started from scratch. These are the problems that I'm having;

    When I use the Dialog box in order to print my results it shows results...
  7. Re: Help with my assignment please!!! (Novice User)

    Thanks once again Norm, am I way off base with my foundation? I have some sample code thats "similar" to what I'm doing and it looks nothing like what I have. I'm pretty sure I'm over complicating it...
  8. Help with my assignment please!!! (Novice User)

    Hey guys, as I've stated in other questions; I am taking a java class for college and its taught online and I dont get very much "instruction" at all. Its more of a figure it out on your own kind of...
  9. Replies
    5
    Views
    1,495

    Re: Help formatting Dialog box!

    Thank you Norm! I'm sure I will have many other questions in the future, I really appreciate your help.
  10. Replies
    5
    Views
    1,495

    Re: Help formatting Dialog box!

    Thanks for answering my question so quickly Norm, the explanation of "\n" was - "Make sure you put this at the end of each line" we get a lot of what to do, but no explanation of why or what it is...
  11. Replies
    5
    Views
    1,495

    Help formatting Dialog box!

    Hey guys! I'm new to java and I'm taking a class for college credit. I've always been interested in programming and I'm finally getting my hands dirty and I'm really enjoying it! I made the mistake...
Results 1 to 11 of 11