Program C++ Question 1: Why should you use a named constant for the size of an a
ID: 3910846 • Letter: P
Question
Program C++
Question 1: Why should you use a named constant for the size of an array? (Check all that apply)
a. Makes changes to the program easier
b. Helps reduce logic errors
c. Improves code readability
d. Reduces memory of the array
Question 2: Write a multi-line comment with the word comment inside in a single line.
a. Makes changes to the program easier
b. Helps reduce logic errors
c. Improves code readability
d. Reduces memory of the array
Question 2: Write a multi-line comment with the word comment inside in a single line.
Explanation / Answer
1) a. Makes changes to the program easier b. Helps reduce logic errors c. Improves code readability 2) /* comment */
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.