Respuesta :

Note that it is TRUE to state that using a named constant to specify the size of an array makes your program easier to modify and understand.

What is an Array and why is it important?

An array is a way to store a list of items. Each item in the list is called an element.

Arrays are important because they allow us to store and organize lots of information in an easy-to-use way. Imagine if you had a list of 100 names and you wanted to find a specific name. It would be very hard to look through the entire list one name at a time. But if the names were in an array, we could use the array to find the name much more quickly.

Arrays can also be used to store lots of other types of information, like numbers, dates, or even other arrays.

Arrays are very helpful in computer programming because they allow us to store and access large amounts of data in an organized way. They make it easier for us to write programs that can do things like sort information, search for specific items, and calculate totals.

Learn more about named constants;
https://brainly.com/question/14819006
#SPJ1