trying to write a code to change vowels to numberssorry about the plain text, here's the code.
trying to write a code to change vowels to numbers[code]#include <iostream> #include <fstream> #include <cstring> using namespace std; int main() { ...
trying to write a code to change vowels to numbersI had it inside the loop but the program does nothing
trying to write a code to change vowels to numbers#include <iostream> #include <fstream> #include <cstring> using namespace std; int main() { ...
hello, Im trying to read the contents of "file.txt" and replace each vowel with a corresponding number...help please#include <iostream> #include <fstream> #include <cstring> using namespace std; int main() { ...
This user does not accept Private Messages