Question: Directions: Write fully executable code when answering the following question. For the following question you may assume you can use functions from stdio.h and ctype.h

Directions: Write fully executable code when answering the following question. For the following question you may assume you can use functions from stdio.h and ctype.h 1. Declare 1 character variable initial 2. Declare 2 character variables upperlnitial and lowerinitial 3. Declare 2 integer variables called userInput and result 4. Write the 4 statements needed to prompt for input and read" from the keyboard and store a value in initial and a value in userlnput 5. Use the toupper and tolower functions from ctype.h to get the uppercase and lowercase version of initial and print them both onto the screen 6. multiply userInput by 10 and assign the product to result 7. print the result onto the screen
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
