cpp-cheatsheet
cpp-cheatsheet copied to clipboard
Added minor correction to switch case logic
In order for the switch case shown to function as an if-else statement, a break statement was added after each case to separate them out.