I almost died while I solved this problem
:)
Ohoho ! Nobody has problems with this task ???
Under discussion
Comments (10)
- Popular
- New
- Old
You must be signed in to leave a comment
Przemysław
6 August 2020, 19:26
There's also problem with this task (at least in polish language version of it) on line 33 in Cook class. Just look what program prints out to the console and fix it. It took me more than 2 hours to catch it, but finally got passed
0
Andrea
9 December 2019, 13:35
Hi, just add the line to the end of Cook class as last line of code:
manager.getDishQueue().add(dish);
+13
Marek Pasierbek Working at Nexus Polska
10 September 2020, 07:33
I also find this bug. This program show me how many time I need else to learn Java.
0
AlfredW
15 September 2020, 13:54
This Comment should be removed because it is the entire answer.
0
Ramilya
28 May 2019, 10:53
Interesting task! :)
Hint: Waiter should deliver all the cooked orders.
+1
Profj
26 June 2019, 14:54
This task is not in anyway interesting. Still racking my head but not fruit for my labour yet. Please give me ideas. What did you do?
0
Ramilya
27 June 2019, 18:20
Write the proper algorithm and compare it with running of program in this task.
My hint about cooked orders is above. ;)
Dishes should be cooked.
0
// Java Poser
13 May 2019, 00:53
Almost died too haha, advice to those of you trying to solve: Read the code over and over again attentively
0
Profj
26 June 2019, 14:55
@Java Poser. Help a friend boss. What did you do? Don't let me die too pleeeeeaasee! :)
0
Anonymous #10422934
30 August 2019, 16:16
in the cook() logic use the manager instance with one of its methods and add a cooked dish to the dish queue
0