also, add a default case to catch any other values than the ones you specify.


using namespace std;
void Trailer();
void Cookies();
void TurtlePower();
int main()
{
int x;