Answered You can hire a professional tutor to get the answer.
Write a program that reads a word and then prints the word in reverse separated by a comma. Enter word: Harry The reversed word is:
1. Write a program that reads a word and then prints the word in reverse separated by a comma.
Enter word: Harry
The reversed word is: y,r,r,a,H
a) Your code with comments
b) A screenshot of the execution