Basic outline:
- User inputs a string
- An empty reverse string variable is created
- A while loop is utilized to create the reverse string by starting at the end of the user inputted string, using indexing.
- The reverse message is printed.
Username
|
not username
|
True
|
False
|
False
|
True
|