Search:

Type: Posts; User: Vika

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    2,620

    Re: Calculating average of an array

    Facing the same issue with the method calculating average age for each group:(

    public double averageAge() //
    {
    double numbers[]=new double[this.list.length];
    double result=0;
    char[]...
  2. Replies
    7
    Views
    2,620

    Re: Calculating average of an array

    It works now! Thanks a lot!
  3. Replies
    7
    Views
    2,620

    Re: Calculating average of an array

    double b is accessing list of all Bmiindexes stored in another class
  4. Replies
    7
    Views
    2,620

    Calculating average of an array

    Have written a program for my uni assignment that stores information about fitness club members(such as name, age weight, BMI index etc.) One of the operations that program must perform is to...
Results 1 to 4 of 4