0
In section classes and object, there is a problem based on queue management part 1. Can someone solve that with explanation.plz
6 Respostas
+ 7
A 3 liner code solution:
https://code.sololearn.com/cZL0r3xLCF5Z/?ref=app
+ 3
this is the missing part
void add(int x) {
size += 1;
queue[size-1]=x;
}
+ 1
Its not a good idea to post answers... you can read that section thoroughly and then solve it.. I've completed the tutorial, and there wasn't any problem in the question.
0
Thnku so much...
0
Help me in part 2 & 3
0
can any one send me 2 and 3 solutions of the program