Saved Bookmarks
| 1. |
Write a program in C++ that allows the user to input any string and then print out the following: 1. The number of words in string. 2. The string in reverse order. |
| Answer» | |