7. Write a program that asks the user to cater a string, then prints out each letter of the string doubled and on a separate line For instance, if the user entered HEY, the output would be
HH EE
Answers
Answered by
0
Answer:
c program
The C language facilitates a structured and disciplined approach to computer-program design. In this chapter we introduce C programming and present several examples that illustrate many important features of C. In Chapters 3 and 4 we present an introduction to structured programming in C. We then use the structured approach throughout the remainder of the text.
Similar questions