User: pkee123

  • Public profile

User profile: pkee123

User info
User name:pkee123
History
Joined:
Number of posts:3
Latest posts:

what am i doing wrong
i wanted to create a function where i would enter a string and it would output a jumbled string

what am i doing wrong
void jumbleString (string str) { int length = str.length(); int j, k; for(int i = 0; ...

how would i randomize a string
int junbleString (string str) { int length = str.length(); for(int i = 0; i < length; i++) ...

This user does not accept Private Messages