How many times will the MessageBox.Show method in the following code be processed? Dim intCount As Integer

Question:

How many times will the MessageBox.Show method in the following code be processed? Dim intCount As Integer Do MessageBox.Show("Hello") intCount += 1 Loop While intCount > 4

a. Zero

b. One

c. Four

d. Five

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: