int main(void) { string original = "ABCdef"; string upper; string lower; for (int i = 0; i < 6; i++) { if (isupper(original[i]) >