Describe the purpose of an array. Explain how an array is created as well as how its elements are modified/accessed.
Posted: Tue Jul 12, 2022 8:21 am
Describe the purpose of an array. Explain how anarray is created as well as how its elements aremodified/accessed. Create an array of 10 elements thatstore the following values: { 60, 45, 18, 81, 38, 20, 74, 56, 52,12}. Additionally, write a loop that outputs the valuesof each array in the reverse order they appear in thelist.