Search:

Type: Posts; User: waltersk20

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    2,139

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

    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...
  3. Help with toString and accesing user input

    Hello Im new to java and Im having trouble getting my code to work. Im able to call some methods but others dont work right.

    Here is what I have to do:

    Create a class called myStuff that...
Results 1 to 3 of 3