Search:

Type: Posts; User: swirth123

Search: Search took 0.37 seconds.

  1. Replies
    11
    Views
    1,180

    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,180

    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,180

    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,180

    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,180

    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)


    ...
Results 1 to 5 of 5