if the user selects a category/difficulty combination with fewer questions than rounds requested, inform them and adjust. *(Chapters 4, 11)* - The game must **never crash** from user input. Invalid menu selections, non-numeric input, and empty strings should all produce helpful messages. *(Chapter 1