I'm making a basic Math game. I want the user/player to only be able to input numbers as the answer. I could just write a different code for letters but I would prefer if they couldn't use letters at all.
Not sure if I use Console.ReadLine();
or another function but I am only learning c# so bear with me.