Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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 #include to include the library with the tolower and toupper functions

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David Kroenke, David Auer, Scott Vandenberg, Robert Yoder

8th Edition

013460153X, 978-0134601533

More Books

Students also viewed these Databases questions

Question

What are possible subtypes of pedophilic disorder?

Answered: 1 week ago