Making a program read a word in backwords/reverse?

Hi guys. Lets say I have my name "Kevin".

What would the program be so it reads "niveK"?

Can anyone write the program for that?
Are you looking for "std::reverse()"?: http://www.cplusplus.com/reference/algorithm/reverse/
Im not sure. My professor just asked me write a program with your name spelled backwards and I have no idea how to do that. My name is Kevin so I guess the program must say "niveK"?

Anyone know how to write that?
Last edited on
We are not doing your homework here. You have to provide us with the code you have written so far, and we will help you if you got stuck.

Looking forward to seeing your code.

Raul
We're actually not allowed to do your homework here, forum rules. So jumper007 is right, we'll need to see what you have so far.
Topic archived. No new replies allowed.