1. Write a program to tell whether an input word is a palindrome. A palindrome is a word that is the same spelled backwards and forwards such as "radar"
2. Write a program that asks the user the size and the elements of the array. The Program should display the reverse of the array.
Example
input Output
Enter the List The List
10 10 20 30 40 50
20
30 The inverse of the list is
40 50 40 30 20 10
50
result : working in C++
1
Expert's answer
2013-01-25T03:07:12-0500
Unfortunately, your question requires a lot of work and cannot be done for free. Submit it with all requirements as an assignment to our control panel and we'll assist you.
Comments
Leave a comment