Skip to content

Commit 86a364c

Browse files
authored
Create README.md
1 parent 34fa3b8 commit 86a364c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Program to identify jumping numbers
2+
3+
Jumping numbers are the numbers whose adjacent digits differ by one. <br>
4+
For example, 45654 is a jumping number.
5+
6+
## Working of the program
7+
8+
This script is a basic program for deciding whether a given number is a jumping number or not.<br>
9+
The user is prompted to enter a number and the code works on identifying its type.
10+
11+
#### Here's a screenshot of the working script :
12+
13+
![image](https://user-images.githubusercontent.com/71630760/117422991-d537c580-af3d-11eb-9de0-2683b5d920f2.png)

0 commit comments

Comments
 (0)