I am trying to write a portion of my program that will ask a student to input whether they are a Resident or Non-Resident. In the class definition, I have char residency; listed, but have no idea where or how to make the statement that only 'N' for Non-Resident or 'R' for Resident will be accepted. Will this go in the Void Print function, or do I need to place it in the MAIN Function of the program? Lastly, what would the code even look like? Thank you.