// Program which prints a letter depending on the user's request. // by ... #include int main(void) { char is_uppercase; printf("Uppercase: "); // TODO: scan is_uppercase int index; printf("Index: "); // TODO: finish the program return 0; }