I'm trying to make a canteen class that holds water. It holds two quarts of water and two quarts is 100%.



public double maxVolume;
public int percentFull;

Right now the Canteen is empty.