I'm familiar with how to overload operators using classes, but I'm having some trouble when it comes to using enums as I have never used them before. The program is meant to get rid of any sort of menu and overload the istream and ostream operators and print the suit of the user's card only if it is a valid suit. I'm currently only getting 0 when printing enumVar, I would like to print the number in place of the user's suit so long as it is a valid choice. Here is my code: