A convention for naming variables that have individual words in their name is to use ____ of the variable.
A. lowercase letters for the first word
B. uppercase letters for the first word
C. uppercase letters for the last word
D. lowercase letters for the last word
Answer: A
Computer Science & Information Technology
You might also like to view...
________ macros are stored in Access tables and are triggered by table events and are typically used to implement business logic into tables and automatically set values in fields
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which of the following is not a member function of the C++ ostream class?
a. Stream-insertion operator (<<). b. Stream-extraction operator (<<). c. put. d. write.
Computer Science & Information Technology