C++ Lesson 56 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

C++ Lesson 56

In C++ Lesson 56, the essence of the method is not clear. I looked there to add numbers 42, 2, 8, 128 using the method. Is that one person with number 42? Or is the addition of 42 people? Please, help.

7th May 2021, 9:10 AM
Севрюков Максим Павлович
Севрюков Максим Павлович - avatar
1 Answer
+ 1
That 42 represents one person(a customer) with an identifying number of 42. This part of the problem description says they're customer ID's: "You are working on a Queue management system and need to create the class to hold the queue data, which are customer IDs (integers)." When I solved it originally, I didn't even look at that. Only the add method needs your attention so the rest of the code shouldn't be changed. It is fine if you're curious but just don't make the mistake of rewriting a bunch of the code they provided. Hint: I added 4 lines of code and that was it.
14th May 2021, 12:02 AM
Josh Greig
Josh Greig - avatar