Search:

Type: Posts; User: GregBrannon

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,224

    [SOLVED] Re: Problem Calculating emmisions

    Maybe you get it, but I can't tell from your choice of words. I'm not sure about the sequential part.

    I would say it differently: The values passed from the main() method to the...
  2. Replies
    6
    Views
    1,224

    [SOLVED] Re: Problem Calculating emmisions

    If you understood why, you wouldn't have to ask, but try it and see what happens. Then figure out why. If you can't, ask.

    Oh, wait a minute. You did ask.

    In the method calcAverageBill(), the...
  3. Replies
    6
    Views
    1,224

    [SOLVED] Re: Problem Calculating emmisions

    You're not using the values passed to the CO2 methods, but creating empty/null values to use instead:

    public double calcAverageBill(ArrayList<Double> monthlyBill)
    {
    // **** insert...
Results 1 to 3 of 3