// Name of Exercise // name.c // // This program was written by YOUR-NAME-HERE (zXXXXXXX) // on INSERT-DATE-HERE // // One line summary of what this exercise does. #include int main(void) { char is_uppercase; printf("Uppercase: "); // TODO: scan is_uppercase int index; printf("Index: "); // TODO: finish the program return 0; }