pevin5663 pevin5663
  • 04-09-2019
  • Computers and Technology
contestada

5.9 How many times will the following code segment display the message box? Dim intCount As Integer = 0 Do While intCount < 10 Messag

Respuesta :

ExieFansler ExieFansler
  • 10-09-2019

Answer:

10 times.

Explanation:

The code segment given in the question will display the message box 10 times because the variable intCount that is used for the running condition of the loop is initialized with 0 and it should be less than 10 after increment.

If the value of intCount become more than or equal to 10 the loop will stop it's execution.

Answer Link

Otras preguntas

Explain who or what "Año Viejo" is and its significance.
define concentric circles
how do i find the angles on a kite?
i need help with #3
Companies raise funds to expand their business by
What is the surface area of the prism? A. 144 in2 B. 420 in2 C. 288 in2 D. 140 in2 I really don't know where to post a link to the prism pic
Which of the following is the modern counterpart of the journal and diary? a. A magazine article b. A blog c. A speech d. A newspaper article
what rule does static electricity follow
Two taps A and B fill a swimming pool together in two hours. Alone, it takes tap A three hours less than B to fill the same pool. How many hours does it take ea
An archer’s arrow follows a parabolic path. The height of the arrow f(x) is given by f(x) = -16x^2 + 200x + 4, in feet. Find the maximum height of the arrow.