/**
* This class represents a television, which can be turned on and off,
* change channels, and change volume
*
* @author
*/
class Television
{
private int channel;
private int volume;