In the following code, what values could be read into number to terminate the while loop?

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 8PE
icon
Related questions
Question

In the following code, what values could be read into number to terminate the while loop?

 

Scanner keyboard = new Scanner(System.in);

System.out.print("Enter a number:  ");

int number = keyboard.nextInt();

while (number < 100 || number > 500)

{

   System.out.print("Enter another number:  ");

   number = keyboard.nextInt();

}

  A)

Numbers less than 100

  B)

Numbers greater than 500

  C)

Numbers in the range 100 - 499

  D)

Numbers in the range 100 - 500

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Basics of loop
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,