Frequently Asked Questions

May I have an extension on [some assignment]?

TL;DR - If you’re in the intro class, yes. Otherwise, maybe. Complete answer

May I re-take a test or quiz?

TL;DR - not exactly 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