Write a Java program that checks if a series of 10 numbers entered by the user in the ascending order are consecutive (in this case, print congrats message) or not (in this case, print the number of conflicts). Example 1: Number 1 = 10 Number 2 = 12 Conflict: 10 & 12 are not consecutive. Number 3 = 14 Conflict: 12 & 14 are not consecutive. Number 4 = 15 Number 5 = 16 Number 6 = 17 Number 7 = 18 Number 8 = 19 Number 9 = 20 Number 10 = 30 Conflict: 20 & 30 are not consecutive. Unfortunately, you have 3 conflicts. Example 2: Number 1 = 1 Number 2 = 2 Number 3 = 3 Number 4 = 4 Number 5 = 5 Number 6 = 6 Number 7 = 7 Number 8 = 8 Number 9 = 9 Number 10 = 10 Congrats. All numbers are consecutive.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter5: Making Decisions
Section: Chapter Questions
Problem 4PE
icon
Related questions
Question

Write a Java program that checks if a series of 10 numbers entered by the user in the ascending order are consecutive (in this case, print congrats message) or not (in this case, print the number of conflicts).

Example 1:

Number 1 = 10

Number 2 = 12

Conflict: 10 & 12 are not consecutive.

Number 3 = 14 Conflict: 12 & 14 are not consecutive.

Number 4 = 15

Number 5 = 16

Number 6 = 17

Number 7 = 18

Number 8 = 19

Number 9 = 20

Number 10 = 30

Conflict: 20 & 30 are not consecutive.

Unfortunately, you have 3 conflicts.

Example 2:

Number 1 = 1

Number 2 = 2

Number 3 = 3

Number 4 = 4

Number 5 = 5

Number 6 = 6

Number 7 = 7

Number 8 = 8

Number 9 = 9

Number 10 = 10

Congrats. All numbers are consecutive.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT