Hey everybody,
I have been learning Java onlin for about a week now.
here is the program I am trying to get to work


class OfficeLights {

char Status = Off;
char Status = On;
...