Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 526 Bytes

File metadata and controls

13 lines (8 loc) · 526 Bytes

Program to identify jumping numbers

Jumping numbers are the numbers whose adjacent digits differ by one.
For example, 45654 is a jumping number.

Working of the program

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.

Here's a screenshot of the working script :

image