Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Create README.md
  • Loading branch information
sonaliBedade authored May 11, 2021
commit 810ea2e40fd759d48c6302efe118850f7d9d025b
13 changes: 13 additions & 0 deletions JumpingNumber/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Program to identify jumping numbers

Jumping numbers are the numbers whose adjacent digits differ by one. <br>
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.<br>
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](https://user-images.githubusercontent.com/71630760/117422991-d537c580-af3d-11eb-9de0-2683b5d920f2.png)