Which of the following declares a structure data type named Complex, which has two fields named Real and Imaginary, both of which are of type Double?

a. Declare Structure Complex
Dim Real As Double
Dim Imaginary As Double
End Declare

b. Structure Complex
Dim Real as Double
Dim Imaginary as Double
End Structure

c. Structure As Complex
Dim Real As Double
Dim Imaginary As Double
End Structure

d. Dim Structure Complex
Dim Real(Double)
Dim Imaginary(Double)
End Structure


b. Structure Complex
Dim Real as Double
Dim Imaginary as Double
End Structure

Computer Science & Information Technology

You might also like to view...

Name four attributes that you can use to define a data flow in the grocery inventory information system

What will be an ideal response?

Computer Science & Information Technology

Which of the following statements is TRUE about refurbished computers?

A) They have defective parts. B) They always include printers. C) They usually come with support or a warranty. D) They have a new motherboard.

Computer Science & Information Technology

Transmission rates for dial-up connections are measured in ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

A(n) ________ is a worksheet where totals from other worksheets are summarized and displayed

Fill in the blank(s) with correct word

Computer Science & Information Technology