Study the dollowing code: Dim myVal1 as Integer, myVal2, myVal3 as String The data type of the myVal2 variable is ______ Choose one answer.

a. Integer
b. None of the others
c. String
d. Variant


d. Variant

Computer Science & Information Technology

You might also like to view...

A module-level variable declared Public is also known as a __________ variable.

a. private b. access c. global d. universal

Computer Science & Information Technology

which capture, among others, the items that are ordered by customers. Explain what the following code is and explain how it works by writing comments against each line of the code:

Assume the following tables: Order(orderNo, statusCode, customerNo,…) Item(itemNo, orderNo, price, amount,…)

Computer Science & Information Technology

The ________ control enables individuals to insert an image into any section of a form or report

A) button B) image C) picture D) logo

Computer Science & Information Technology

Which of the following operators is used in an expression to concatenate values?

A) * B) / C) + D) >

Computer Science & Information Technology