This document describes a Java project that builds, tests, and runs a sandwich order application. It includes the source code for the main IP3 class and Sub class. The IP3 class runs the application, which prompts the user to enter order details like name, address, beverage, bread type, sandwich type and size. It calculates the total cost and outputs the order details. The Sub class defines the object used to store each order details.