Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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. . Converts the first initial to lower case. 3. Prompts the user for a second initial and scans it from the keyboard. 9. Converts the second initial to upper case. D. 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 #includeStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started