Variable names cannot contain ____ or spaces.

A. asterisks
B. semicolons
C. periods
D. commas


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following statements correctly defines a named constant named TAX_RATE that holds the value 0.075?

a. double TAX_RATE = 0.075; b. const TAX_RATE; double TAX_RATE = 0.075; c. const double TAX_RATE = 0.075; d. double TAX_RATE; const TAX_RATE = 0.075; e. const TAX_RATE = 0.075;

Computer Science & Information Technology

A project manager needs to understand:

What will be an ideal response?

Computer Science & Information Technology

After you view a message in your mailbox, the message is written to the ____________________ file in your home directory.

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

Computer Science & Information Technology

A TV is marked up from $200 to $300.

Determine from the wording of the problem, which value is v1 and which is v2. Compute percent change, rounding decimal answers to two places. Express your result in a sentence stating how much the second value is less or greater than the first value. For example: "This year's sales are 50 percent less than last year's sales."

Computer Science & Information Technology