Jumping numbers are the numbers whose adjacent digits differ by one.
For example, 45654 is a jumping number.
This script is a basic program for deciding whether a given number is a jumping number or not.
The user is prompted to enter a number and the code works on identifying its type.