I have a console application which asks a user to input a number using digits (1-9 and 0). I was wondering if there is a way where I can then convert that digit to a string of text.
Thanks. I have found some code online (here), but I am unsure of how to implement most of it to a console app.