What is the difference between a dictionary and enum in C-Sharp? [Answered]
So I have the following enum
But I'm not sure if an enum is an appropriate type for this because I want to use a switch case statement with the enum based on the string input the program receives from console
But I'm not sure if an enum is an appropriate type for this because I want to use a switch case statement with the enum based on the string input the program receives from console