class bottle { int index; public: bottle(int n); void sing(); };