│ ├─ Deliver.java │ ├─ Logistic.java │ ├─ Main.java │ ├─ Road.java │ ├─ Sea.java │ ├─ Ship.java │ └─ Truck.java ├─ Iterator │ ├─ .idea │ │ ├─ misc.xml │ │ ├─ modules.xml │ │ └─ workspace.xml │ ├─ ...
Waffle Shop is a café that sells waffles . When customers arrive at this cafe, they design the waffle they want according to the kinds of waffles, their ingredients and their prices. The waitress ...