//Read in numbers: find total using a loop #include using namespace std; void main() { int num, total=0; int numbers; int n; //used to 'drive' the loop cout<<"How many numbers are there to be added:"; cin>>numbers; for(n=0; n>num; total=total+num; } //end of for loop cout<<"Total="<