Basically a series of titles will be passed into the switch statement and I need to compare them against the string values of the enum. But I have little to no idea how to do th
Have a read of this tutorial to understand how enums work. There are examples of switch statements too.
switch