[Solved]Question 9 Return Uppercase Letter Char Variable Ch Use O Isdigit Ch O Tolower Ch Toupper Q37193891
QUESTION 9 To return an uppercase letter from char variable ch, use O isdigit(ch) O tolower(ch) toupper(ch) O isalpha(ch) O islower(ch) QUESTION 10 If you read a string input: PROGRAMMING IS FUN using the following code, what will be is s? cout << “Enter a string:” string s cin >> s PROGRAMMING IS FUN OPROGRAMMING O FUN Show transcribed image text QUESTION 9 To return an uppercase letter from char variable ch, use O isdigit(ch) O tolower(ch) toupper(ch) O isalpha(ch) O islower(ch) QUESTION 10 If you read a string input: PROGRAMMING IS FUN using the following code, what will be is s? cout s PROGRAMMING IS FUN OPROGRAMMING O FUN
Expert Answer
Answer to QUESTION 9 To return an uppercase letter from char variable ch, use O isdigit(ch) O tolower(ch) toupper(ch) O isalpha(ch… . . .
OR

