You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No because switch statements can only make one comparison at a time and strings are a bunch of of characters so it would need to compare all of the characters to check if the string was the correct case.
3)
There is a missing ampersan before userIn. As written it will give a warning when you compile it and throw a segemention fault when you enter a value in the program.