Question: How would I write lines of code in Java to print this out? Write a program that prompts the user for three intervals. The intervals
How would I write lines of code in Java to print this out?

Write a program that prompts the user for three intervals. The intervals can overlap. After the three intervals are defined prompt the user for a single number. Compute if the number is contained in any of the three intervals, and output your results. If the number does not fall within any of the intervals output a message stating that fact. Program output might look like: Enter two integer numbers for interval 1 1 10 Enter two integer numbers for interval 2 120 Enter two integer numbers for interval 3 25 Enter an integer number 3 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
