Skip to content

Latest commit

 

History

History
 
 

JumpingNumber

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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