Worksheet 11: Arrays: Scores With 10 Elements
Worksheet 11: Arrays: Scores With 10 Elements
10. Write a statement that will displays the value of the eighth
element of the array temperatures to the screen.
16. Write a program that allows the user to enter five integers
that are stored into an array named list. Also, use a loop to find
and display the sum of the elements in the array.