Search:

Type: Posts; User: waltersk20

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    2,119

    Re: Problem with ArrayList

    is this what you mean?


    import java.util.ArrayList;
    public class WeeklyTemp {

    private double runningAvgs;

    ArrayList<DailyTemp> dailyAvgs = new ArrayList<DailyTemp>();
    DailyTemp...
  2. Replies
    2
    Views
    2,119

    Problem with ArrayList

    Hello evryone I'm having trouble undertstandoing how to use arraylist. Here is what i have to do:

    You are to write a program to determine the daily temperature average and keep a running average...
Results 1 to 2 of 2