1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Semenov [28]
2 years ago
8

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(); }
Computers and Technology
1 answer:
tia_tia [17]2 years ago
3 0

Answer:

The following code read the numbers in the range of 100 through 500.

Explanation:

The following code is written in Java Programming Language.

Here, firstly create a new Scanner object "keyboard" then, declare an integer variable "number" to "keyboard.nextInt()" and the set the loop while and inside it print the message.

You might be interested in
What is a lan party? use the internet to find out and write in your own words about this term?​
levacccp [35]

Answer:

Gathering of people with computers

7 0
1 year ago
Julie I'm here so help me I'm red
aniked [119]

Answer:

hey hey hey hey hey hey hey hey

Explanation:

hey hey hey hey hey hey hey hey

7 0
2 years ago
How many pounds must a sand bag weigh to test if a safety net can absorb the proper amount of force? A. 150 lbs. B. 200 lbs. C.
Ymorist [56]
C. is your answer have a nice day
7 0
1 year ago
Read 2 more answers
Suppose TCP uses AIMD for its congestion control without slow start. Assuming cwnd increases by 1 MSS every time a batch of ACKs
Scilla [17]

Answer:

The answer is "6 RTT and  \frac{5\ MSS}{3 \ RTT}"

Explanation:

TCP uses AIMD without a sluggish start for congestion control.  

Sliding windows original = 4 MSS  

Every RTT is increased by 1 MSS throughout the congestion window(cwnd).  

In (a):  

Its City is rising between 6 and 12 MSS  

Each RTT cwnd window increases by 1 MSS  

6 MSS | \ 7 MSS | \ 8 MSS | \ 9 MSS | \ 10 MSS | \ 11 MSS | \ 12 MSS

We can see that 6 RTTs from 12 MSS city sizes, so it takes time to achieve 6 MSSs = 6 RTT  

In (b):

Time = 6 RTT

Each RTT cwnd window will up by 1 MSS  

Window Size Original = 4 MSS

4 MSS \ | 5 MSS \ | 6 MSS \ | 7 MSS \ | 8 MSS \ | 9 MSS \ | 10 MSS

It is possible to view the window after 6 RTT (cwnd) = 10 MSS  

\text{Average throughput} =  \frac{window \ size}{time}

                                = \frac{10 \ MSS}{6 \ RTT} \\\\=  \frac{5\ MSS}{3 \ RTT}

5 0
1 year ago
A(n) _____ access file is also known as a direct access file.
zloy xaker [14]
The answer to the question asked  above is <span>remote direct memory .

</span>A remote direct memory  access file is also known as a direct access file.

Hope my answer would be a great help for you.    If you have more questions feel free to ask here at Brainly.

5 0
2 years ago
Other questions:
  • You have inserted new slides based on a Word outline. How do you format these new slides to match the PowerPoint presentation fo
    9·2 answers
  • Which of the following are you likely to find between multiple school buildings in a city wide school district?
    9·1 answer
  • Prominent is another word for stands out. True False
    13·1 answer
  • To freeze columns A and B and rows 1 and 2 on the screen, put your cursor in cell _______ before applying Freeze Panes.
    7·2 answers
  • A 1400 kilogram car is moving at a speed of 25 m/s. How much kinetic energy does the car have?
    15·2 answers
  • 20 Points and Brainliest!!!!!!
    11·2 answers
  • What is the main function of a file extension?
    9·1 answer
  • Data ________ is important because it establishes an organization's rules for sharing, disseminating, acquiring, standardizing,
    11·1 answer
  • The Texas Department of Education has offices throughout the state covering more than 268,000 square miles. State documents are
    11·1 answer
  • 3. What report shows what mobile devices were used to view a website?
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!