$27
#Project - Word Reversal
###Complete project 4.9 in the text.
>Write a program that reads a word and prints the word in reverse. For example, if the user provides the input "Harry", the program prints
```
yrraH
```
* Due: Tuesday, 12 March 2019, 12:20 PM