|
Having major trouble figuring out this code!!!!!!!!
I can't figure out how to do this code, Please help
Enter a string: hello
After capitalizing the first letter of this string it becomes: Hello
After capitalizing the last letter of this string it becomes HellO
After adding three to the first letter of this string it becomes KellO
After swapping the first and last letters of this string it becomes OellK
|