0
How to solving The spybof life in C
2 Respuestas
+ 1
By writing the code. You could approach the task like this:
* get input
* iterate the input from the end to the start
* for each character, check if it is a letter or a white space. If yes, output the letter or space
0
Thanks