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;

c. const double TAX_RATE = 0.075;

Computer Science & Information Technology

You might also like to view...

To insert a chart that has fewer data series than shown in the Chart in Microsoft Word window, you would:

A) delete the unneeded columns. B) add columns to the chart itself. C) use a chart created in Excel instead. D) delete the data but leave the columns.

Computer Science & Information Technology

COGNITIVE ASSESSMENT What method do chip manufacturers use to identify their chips?

A. clock speed B. vPro technology C. multi-core identification compatibility schematic D. model name or number

Computer Science & Information Technology