Answer to Question #6845 in C++ for Lali

Question #6845
A c++ program that asks the user to type 10 integers and then writes the sum of the integers
1
Expert's answer
2012-02-28T11:55:34-0500
#include <iostream.h>
&
int i,integer,sum=0;

void main(){
for (i=1;i<=10;i++){
& cout<<"Enter an integer:";
& cin>>integer;
& sum = sum + integer;
}
cout<<" The sum of entered integers is "<<sum<<"\n";
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS