class IllegalAverageException extends Exception {
    public double[] array;
    int i, j;
}
