I have no idea how to get started
-Prompt user for an integer
-If the number is even, divide it in half
- If the number is odd, multiply it by 3 then add 1
- If the number reaches 1, stop; otherwise go to step 1
-Use while loop.
-Negative number to quit.