Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
0 Endorsements
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

2 Posted Topics

Member Avatar for mir wasif
Member Avatar for garber

CORRECT CODE..... [code] #include <iostream> using namespace std; int main() { int sum = 0; // Declare an int variable sum to accumulate the numbers int lowerbound=0; // Set the initial sum to 0 int upperbound=0; // Sum from 1 to this upperbound // Prompt user for an upperbound cout …

Member Avatar for mir wasif
-1
3K

The End.