Is there an easy way to call a C script to see if the user inputs a letter from the English alphabet? I\'m thinking something like this:
if (variable == a -
#include if (isalpha(variable)) { ... }