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

what is force ?is it desirable or undesirable?
lara has a tin of peanuts cashews and pecans she will pick a second nut without looking. how many outcomes are there for her two picks?
find the amplitude, period, and phase shift of the function defined by: y=3-2cos(3x+pi)
What are the characteristics of mass culture?
wats the 60% off a prize that is $20.00
what is force ?is it desirable or undesirable?
An ice cube is dropped into boiling water. How will heat flow between the water and the ice cube?
The Commissariat established by Frederick William in Prussia became A. the overseer of the army. B. an agency of civil government. C. both a military and civil
List all integers between -0.6 and 4.17 THANK U
Consider two linear transformations y = T(x) and z = L(y), where T goes from R^m to R^p and L goes from R^p to R^n. Is the transformationz = L(T(x)) linear as w