Joined
Last Seen
0 Reputation Points
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: Why don't you try out this instead? # include <iostream> using std::cout; //program uses cout using std::cin; //program uses cin using std::endl; //program uses endl //function main begins program execution int main ( ) { int a; //number of values in set inputed by user int b; //number inputed by … |
The End.