It either prints correct value of vowels or the correct value for 'to' & 'these' but never bothAny suggestions on how to do it in one loop itself? That would me most helpful..
It either prints correct value of vowels or the correct value for 'to' & 'these' but never both#include<fstream> #include<iostream> using namespace std; int main() {char ch[20],c; int count...