
/**
  *Used to store the upper and lower limits of the classes 
  */

public class Limits {
  public int lolim = 0;
  public int uplim = 0;
}
