I am so confused in how to go about starting this, I have the information i need to input into the program but seeing the structure on how the program is laid out is my problem. Any example would be of great help.
1. Sandwich class to simulate the sandwich entity in real world
2. Customer class to simulate the customer entity in real world
3. TimeStamp class to represent the order line that contains sandwich (object), customer (object), date and time
4. A ContentOutput class that provides the behaviors of writing the content of an orderline object to the output text file
5. A java application, named SandwichApp.java, that contains the main method