What is the correct statement when declaring and assigning the value of 100 to an Integer variable called numPeople?

(A) Set numPeople = 100
(B) Dim numPeople = Math.Int(100)
(C) numPeople = 100
(D) Dim numPeople As Integer = 100


(D) Dim numPeople As Integer = 100

Computer Science & Information Technology

You might also like to view...

Suppose a new set of protocols were to replace TCP and IP as standard network protocols. How difficult would it be to incorporate support for these new protocols intoWindows XP?

What will be an ideal response?

Computer Science & Information Technology

Calculating the range and variance of a data set are all methods used to determine the ________ of a data set

A) concentration B) central tendency C) dispersion D) standard deviation

Computer Science & Information Technology

You have been using the Magic Wand tool, but it is not working the way you had expected with regard to the color range. What setting is likely the source of your trouble?

a. Resolution b. Color Depth c. Color Match d. Tolerance

Computer Science & Information Technology

When an exception is generated, it is said to have been _______

a. built b. raised c. caught d. killed

Computer Science & Information Technology