Move the areaI want to move the areas : N -> E, E -> S, S -> V, V -> N The problem is that my code moves only on...
Add characterI want to make a function “addChars” that displays after each vowel "*" It must change the vari...
Turn uppercase to lowercaseI want to turn uppercase to lowercase and vice versa. Input: Acesta EsTe un SIR Output: aCESTA eStE ...
Numbering from 1 [code] #include <iostream> #include <cstring> using namespace std; int main() { char ...
Average word length1
This user does not accept Private Messages