To improve readability and maintainability, you should declare _________ instead of using literal values such as 3.14159.
a. variables
b. methods
c. constants
d. classes
c. constants
A constant gives a literal a descriptive name and makes the code more readable.
Computer Science & Information Technology
You might also like to view...
Having an infinite loop in an algorithm is an error.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
A teacher can legally read a copyrighted poem for discussion in a poetry class under the legal concept of ____.
A. education use B. fair use C. the 2-second rule D. global share
Computer Science & Information Technology
In OpenOffice Calc, the area reserved at the top of a sheet for information that will display on each page is called the ________
A) title B) header C) margin D) footer
Computer Science & Information Technology
When declaring a destructor, which character is used?
A. pound sign B. asterisk C. tilde D. exclamation point
Computer Science & Information Technology