This is a simple Java console application that simulates a pizza billing system.
The program allows the user to:
- Select a pizza size (Small, Medium, Large).
- Choose optional add-ons like Pepperoni and Cheese.
- Calculate the total bill based on the selections.
- Clone the repository:
git clone https://github.com/your-username/PizzaBillingSystem.git