Prompt the user to enter 10 integers and fill a 1-dimensional array with these 10 integers. Add the integers stored in the array
Isabella_Charlotte
Question
Prompt the user to enter 10 integers and fill a 1-dimensional array with these 10 integers. Add the integers stored in the array. Display the array and then the sum total of the values stored in the array.
Details