# Reverse digits of an integer. # Example1: x = 123, return 321 # Example2: x = -123, return -321 # click to show spoilers. # Have you thought about this? # Here are some good questions to ask before ...