User profile: rondan1955

User info
User name:rondan1955
History
Joined:
Number of posts:3
Latest posts:

Sum of nonnegative numbers
I got it! #include "stdafx.h" #include <iostream> using namespace std; int main() { int ...

Sum of nonnegative numbers
It should continue adding until a negative number is entered

Sum of nonnegative numbers
Hello, Following is the algorithm that I'm trying to work out in C++: step 1. Set the value of ...