#include using namespace std; int main() { int y,sum=0; cout<<"Enter the numbers "; cin>>y; int number[100]; for(int i=0; i>number[i]; sum=sum+number[i]; } cout<<" sum of the numbers is "<