Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~706 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for NU8

I am trying to create a queue class and then allow the user to input integers at the back of the queue and take them from the front. This is what I have so far, it runs but will not output the size of the queue correctly. Any help would …

Member Avatar for NU8
0
131
Member Avatar for yuugib

I am also doing this assignment. My code is below, it is very similar to the code above and I cannot figure out why it won't run properly, it just gives 50 random numbers. Any help would be appreciated. [CODE] #include <iostream> using namespace std; int sumN(int n) { int …

Member Avatar for penguins10
0
575

The End.