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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!