After reading the lesson about switch statements I am confused so I set up 2 examples here. In example one if i start it with switch (x) and then have case 1, does that mean if x==1 then it will cout "x is 1" or what? And if not, would my second example work? thanks. And i dont get it what is supposed to be inside switch(inside here). Is it supposed to be the variable or just whatever you want to call the switch??