Switch statement problem

I have written the switch statement just like the example but it’s not executing…any help?

Thanks!!

You are passing the variable ‘answer’ into the switch statement and testing it against the various cases. Unfortunately, ‘answer’ is a blank string. Pass something else into the switch statement.