Frequently Asked Questions

May I have an extension on [some assignment]?

TL;DR - NO Complete answer

How can I tell if a string is made of all digits?

TL;DR - Check each char. If you find a char that is not a digit, the string is not all digits. Complete answer