Hotel Receptionist Hiring System This PL/SQL program is designed to automate the hiring process for hotel receptionists. The system takes into account the applicant's age and test scores to determine their eligibility for the position.
Features
- Calculates the applicant's test average
- Adds points to the test average based on the applicant's age
- Determines whether the applicant meets the minimum total average required
- Displays the applicant's status (Hired or Not Hired)
Requirements
- Oracle Database
- PL/SQL compiler
Usage
- Run the PL/SQL program
- Enter the applicant's name, test marks, and age
- The program will display the applicant's status
Feel free to modify it as needed!