Question: Write a program that reads in a list of characters from the keyboard and prints the characters in the reverse order in which they were
Write a program that reads in a list of characters from the keyboard and prints the characters in the reverse order in which they were entered. The list will be terminated by the value '.'. The value '.' is not part of the list and should not be printed out. The characters should be read into a char array. The maximum number of characters that can be read in is 20. Your program should include a loop that lets the user repeat the list until the user says she or he is done.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
