Added end of program to print
This commit is contained in:
parent
1a56e9bc1d
commit
72ea113773
@ -33,5 +33,6 @@ int main()
|
|||||||
for (unsigned int i = 0; i < nums.size(); ++i) {
|
for (unsigned int i = 0; i < nums.size(); ++i) {
|
||||||
std::cout<<"Sum from 0 to " << nums[i] << " is: " << numsResults[i] <<std::endl;
|
std::cout<<"Sum from 0 to " << nums[i] << " is: " << numsResults[i] <<std::endl;
|
||||||
}
|
}
|
||||||
|
std::cout<<"End of program reached."<<std::endl;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user