FridayFriday exercise: Build a Pizza Ordering System using Factory, Decorator, and Strategy patterns.By the end, you will have created a working console app that lets a customer:Select a pizza (Factory)Add toppings dynamically (Decorator)Choose a delivery method (Strategy)See a receipt with total costGetting started:Open starter codeFollow the instructions in the README.md