SyntaxFix
Write A Post
Hire A Developer
Questions
Should switch statements always contain a default clause ? No switch cases can exist with out default case, in switch case default case will trigger switch value switch(x) in this case x when not match with any other case values.
switch(x)