The Event Participant Manager is a C program designed to efficiently handle and organize participants for an event. It provides functionalities to add participants, calculate costs based on meal and hotel preferences, and display participant details. The program features a user-friendly, menu-driven interface with robust error handling.
- Add participants with first and last names
- Specify meal preferences (lunch, dinner, or both)
- Indicate hotel preferences (4 or 5 stars)
- Calculate total costs for participants
- Display a list of all participants
- Compile the program using a C compiler.
- Run the executable.
- Follow the on-screen menu to perform desired operations.
Contributions are welcome! If you have ideas for improvements or find any issues, please open an issue or submit a pull request.