Answer:
A line of code to create a constant called MAX that will hold the size of an array that can store up to 25 decimal values. Separate each item with 1 space, and end the line with a semi-colon.
Here,
const int MAX = 25;
Answer:
Functions with a boolean return type.
Explanation:
If the return type is boolean, the only possible values are true or false.
It should be A. DOS because all of the others are operating systems.