0

What did i do wrong

Queue Management We continue to develop our Queue management system that we made in the previous module. You are asked to add a new functionality: adding two queues together. The result should be a new queue, where the elements of the first queue come first, followed by the second queue's elements. Given the Queue class, overload the + operator, so that the code in main works and successfully adds two queues. https://code.sololearn.com/cec9H97UMFGq/?ref=app

5th Sep 2022, 7:13 PM
Costy Game
Costy Game - avatar
3 Answers
+ 2
The curly brace from line 53 belongs before the second for loop.
5th Sep 2022, 10:43 PM
Shadow
Shadow - avatar
0
Thanks man
6th Sep 2022, 11:38 AM
Costy Game
Costy Game - avatar
0
You are the best
6th Sep 2022, 11:38 AM
Costy Game
Costy Game - avatar