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
Ranked #55.0K
2 Posted Topics
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 …
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 …
The End.
NU8