The assignment requires creating a Pizza App Prototype with three steps: entering pizza size, adding toppings, and entering delivery address. The program will also calculate the total price, including tax, and handle payment methods (cash/credit). The solution should be broken down into functions, such as displaying menus, calculating pizza cost, adding additional items, and handling payment.