User profile: chriszs

User info
User name:chriszs
History
Joined:
Number of posts:4
Latest posts:

Inverting words in sentence
Thank you for your help, but is there any other way to do that? I have recently started learning thi...

Inverting words in sentence
Hello! I want to make program which inverts the words in sentence, but not the sentence itself. For...

A program which inverts words
So my idea is something like this: [code] for(int j=0; j<L; j++) //Going through whole st...

A program which inverts words
Hi! I want to make a program that flips the words user types. If I type "Hi how are you?" I want the...