Posts
 
Reputation
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
~260 People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for tj

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 …

Member Avatar for chound
1
260

The End.