CONSIDER THREE VARIABLES S1, S2, AND S3. THESE VARIABLES ARE DECLA...

32.

Consider three variables s1, s2, and s3. These variables are declared

[1.0]

as:

" Dim s1, s2, s3 As Integer "

The above declaration indicates:

a)

s1, s2, as Objects and s3 as

an Integer.

c) s1, s2, s3 as Integers.

b)

s1 as Integer and s2, s3 as

d)

the above statement will

Object data types.

result in an error.