Why Switch case on String works without inverted comma and don't with inverted comma

The question was why Switch cases on String works without inverted comma.

The answer is Because cases act like arguments. This question has already been discussed here.

I did not immediately understand the question, but now the answer is accurate :nerd_face:

3 Likes