Question: Write a c program that performs the following tasks Prints Hello, my name is yourname to the screen on a new line. Prompts the user
Write a c program that performs the following tasks

Prints "Hello, my name is yourname" to the screen on a new line. Prompts the user for a real number and scans it from the keyboard. Multiplies the number by 10. Prints to the screen The number is: original_number" Prints to the screen 'The new number is: new_number" Prompts the user for a first initial and scans it from the keyboard. 1. Converts the first initial to lower case. B. Prompts the user for a second initial and scans it from the keyboard. 2. Converts the second initial to upper case. . Prints to the screen The original initials were: original_initials 1. Prints to the screen The new initials are: new_initials Your program will have to use the preprocessor directive #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
