#include using namespace std ; int main (){ int n,sum; int m[100]; cout<<" Enter number of input :"; cin>>n; for( int i=0; i> m[i]; sum = sum + m[i]; } cout<< " Sum of the integers = " <