🚌 Bussen – Bus passenger management system
A menu-driven console application that simulates managing passengers on a bus. It uses two main classes (Passenger and Bus) and focuses on clear structure, safe input handling and simple business logic.
- Add passengers with name, age and gender.
- Print all passengers and compute average age.
- Search by exact age or age range and sort by age.
- See where men and women sit, “poke” a passenger for fun reactions, and let them leave the bus.