1. We work with the console a lot. It's time to create a single point of interaction.
Create a ConsoleHelper class with a single BufferedReader, through which we will work with the console.
Remember, this class does not store any data or state, so all its methods will be static.
Restaurant (part 2)
- 32
Locked
Comments (5)
- Popular
- New
- Old
You must be signed in to leave a comment
ugabuga
11 October 2022, 13:31
Validator on this task seems pretty off. All my code was the same as the solutions and did the same but only by copying all code from the solution could I pass the validator.
0
Dave Andrea
26 September 2020, 15:38
The requirements for the toString() methods in Orders and Tablet are incredibly confusing. If you are stuck on them, go straight to the help and check against the code there. It's not worth struggling with because it want's you to read the validator's mind. (Does the validator have a mind?)
0
Ivan
12 July 2019, 19:50
what is wrong here, I do not understand
0
Guadalupe Gagnon
21 May 2019, 22:31
Be aware on this task that the requirement "The Restaurant class's main method must create a new tablet along with four new orders created using that tablet." is wrong. It WILL NOT pass with 4 orders. Only call the createOrder() 1 time and it will pass.
0
Roman
22 May 2019, 06:42
Thanks. We'll fix it.
+1