subject

Write a c program that accepts as input from the keyboard a floating point number, an integer, and a character. each of these inputs should be preceded by a prompt and stored using individual variable names. have your program call a function that assembles the input data into a single string. display the assembled string using the puts ( ) call back in main after the function has completed.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 01:20
Me with this program in c++ ! computers represent color by combining sub-colors red, green, and blue (rgb). each sub-color's value can range from 0 to 255. thus (255, 0, 0) is bright red. (130, 0, 130) is a medium purple. (0, 0, 0) is black, (255, 255, 255) is white, and (40, 40, 40) is a dark gray. (130, 50, 130) is a faded purple, due to the (50, 50, 50) gray part. (in other word, equal amounts of red, green, blue yield gray).given values for red, green, and blue, remove the gray part. ex: if the input is 130 50 130, the output is: 80 0 80. thus, find the smallest value, and then subtract it from all three values, thus removing the gray.
Answers: 3
question
Computers and Technology, 23.06.2019 14:30
Which of the following would not be considered a pc? a. mainframe b. desktop c. tablet pc d. laptop
Answers: 2
question
Computers and Technology, 23.06.2019 19:30
Amitha writes up a one-page summary of a novel during her summer internship at a publishing company. when she reads over the page, she realizes she used the word “foreshadow” seven times, and she would like to reduce the repetition. which tool would best amitha solve this problem?
Answers: 3
question
Computers and Technology, 24.06.2019 13:30
What is the most important for you to choose before you build a network?
Answers: 1
You know the right answer?
Write a c program that accepts as input from the keyboard a floating point number, an integer, and a...
Questions
question
Mathematics, 28.10.2020 05:20
question
Computers and Technology, 28.10.2020 05:20
question
Biology, 28.10.2020 05:20
question
Mathematics, 28.10.2020 05:20
question
Mathematics, 28.10.2020 05:20
Questions on the website: 13722361