#include<iostream>
using namespace std;
int main()
{
int arr[10],i,sum=0;
cout<<"Enter any elements in Array: ";
for(i=0;i<10;i++)
cin>>arr[i];
}
cout<<"Sum of all Elements are: ";
sum=sum+arr[i];
cout<<sum;
Output::
Welcome to Brainiak.in , where you can ask questions and receive answers from other members of the community ,
There is many categories for every students CBSE , Maharashtra board , JEE , NEET and we will add more categories
and make brainiak one of the most loved community of students .
Get Your advertisement on Brainiak.in Buy Adspace
3.0k questions
2.5k answers
24 comments
340 users