What are some ways we might use to output all of the values in a 50 element array?
What are some ways we might use to output all of the values in a 50 element array? In C++Is it important to
know the number of elements in an array? Why? How does that number figure into your loop? How can you determine the number of elements in an array?