We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34fa3b8 commit 86a364cCopy full SHA for 86a364c
BasicPythonScripts/JumpingNumber/README.md
@@ -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
+
0 commit comments