To declare variables and their associated data types in a procedure you use the ____ statement.

A. If
B. Rem
C. Dim
D. Val


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following is not one of the disadvantages of using the “copy-and-paste” approach to duplicating code from one class into another class?

a. Errors are prone to be spread around. b. It is time consuming. c. It forces the system to store many physical copies of the code, creating a code-maintenance nightmare. d. All of the above are disadvantages of the “copy-and-paste” approach.

Computer Science & Information Technology

Mnemonics can be used with all subclasses of which class?

a. AbstractButton. b. JMenu. c. JMenuItem d. JComponent.

Computer Science & Information Technology

The text below is an example of a(n) ____________________ definition.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which command is used to specify options for a control?

A. Properties B. Design Mode C. Group D. Restrict Editing

Computer Science & Information Technology