{
int arr[ 10];
int sum = 0;
Cout & lt& lt "Enter the number of 10"
for(int I = 0; I< 10; i++)
CIN & gt; & gtarr[I];
sum+= arr[I];
}
Returns the sum;