I have a code in my project but it is kind of clunky. Could anyone help me to simplify the following code?
if (a == "good" || a == "beautiful || a == "pretty"|| a == "excellent" || a == "superb"|| a == "spectacular")
Could I make this into some sort of array and then use that array in this if code?