User: jaytee

  • Public profile

User profile: jaytee

User info
User name:jaytee
History
Joined:
Number of posts:5
Latest posts:

trying to write a code to change vowels to numbers
sorry 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 numbers
I 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