An array is not:

a. A consecutive group of memory locations.
b. Subscripted by integers.
c. Declared using braces, [].
d. Made up of different data types.

d. Made up of different data types.

Computer Science & Information Technology

You might also like to view...

A local gym needs an application to apply a 10% discount for all new members who present a coupon during enrollment. Write the statements to declare a variable to record if a customer has a coupon, and to assign the discount rate. The discount rate will not change while the application is running.

What will be an ideal response?

Computer Science & Information Technology

To compare two strings to see if they are equal the = operator must be used.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology