class CoffeeCupC {
    static int volume = 200;
    int amount;
}
