InterviewSolution
Saved Bookmarks
| 1. |
write a program to input a sentence and find and display the number of words present in the sentence and the number of letters present in the sentence. please write the whole program |
|
Answer» tion:This code is in c++. Here we are USING the STRING LIBRARY. Hope it helps. |
|