Chapter 7: Problem 18
Write a program that will read up to ten letters into an array and write the letters back to the screen in the reverse order. For example, if the input is abcd. then the output should be dcba Use a period as a sentinel value to mark the end of the input. Call the array letter_box. For this exercise you need not use any functions. This is just a toy program and can be very minimal.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.