Question: write in java: A number consists of consecutive numbers if each digit differs by exactly 1. For example, each of the following integers is a
write in java:
A number consists of consecutive numbers if each digit differs by exactly 1. For example, each of the following integers is a consecutive number: 1234, 5432, 6789 and 9876. Write a program that asks the user to enter an integer and determines if it consists of consecutive numbers or not. The number can have any number of digits.
Sample run 1:
Enter an integer: 1234345676 consecutive
Sample run 2:
Enter an integer: 45896725 not consecutive
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
