Write a program that asks the user to enter a long sentence
Write a program that asks the user to enter a long sentence, then returns (prints out) the number of letter E (ou e) in the sentence. Use a for loop to answer this question. Upload and submit your .cpp code.
The length of an array named t is obtained using t.length().
Solution
#include