Answer:
Digital Citizens
int sum = 0, n;
do {cin>>n; sum+=n;}while (n!=0);
cout<<sum;
the answer to the question is c. i hope this helps.