0
Hello I am new to c++but I have to submit my assignment in two days can someone help me.
C++ String Manipulation Challenge 1. Enter a word or phrase (current word/phrase is: ). 2. Reverse the current word. 3. Convert the current word to uppercase. 4. Convert the current word to lowercase. 5. Randomise the letters in the current word. 6. Sort the letters in the current word in ascending alphabetic order. 0. Quit the program.The last word/phrase returned was: nothing Please enter a valid option (1 â 6 or 0 to quit):
6 Answers
+ 8
Have you an attempt to show us?
+ 6
Thanks, have a look here. It should help :)
https://code.sololearn.com/clEpBDjJ60qp/?ref=app
Also:
http://www.cplusplus.com/reference/cctype/toupper/
http://www.cplusplus.com/reference/cctype/tolower/
+ 5
Anna Technically it would be Bruce Sutherlands work
+ 3
And now you're going to submit jay's code as your own work? đ€
+ 2
Thank you so much.