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. 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

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

Hands-On Database

Authors: Steve Conger

2nd Edition

0133024415, 978-0133024418

More Books

Students also viewed these Databases questions