The syntax that declares a Java named constant named SALES_TAX is:
a. double SALES_TAX = 7.50;
b. public double SALES_TAX = 7.50;
c. public static double SALES_TAX = 7.50;
d. public static final double SALES_TAX = 7.50;
D
Computer Science & Information Technology
You might also like to view...
If a user clicks the arrow at the end of an address line, a drop-down list with the ________ will be displayed
A) Favorites for the browser B) history of previously visited Web pages C) browser settings D) links on that Web site
Computer Science & Information Technology
A hyperlink can be text, a button, or a picture
Indicate whether the statement is true or false
Computer Science & Information Technology