Job Salary Survey
Description
Job Salary Survey is a simple Java program that allows users to input job salary data and calculates key metrics such as:
The highest and lowest paid jobs
The highest and lowest paid jobs within the Euro Zone
The average salary across all entered jobs
This tool helps users analyze salary distributions efficiently.
Features
Allows users to enter job titles and salaries
Identifies the highest and lowest paying jobs
Supports classification of jobs within and outside the Euro Zone
Calculates the average salary
Technologies Used
Java
Scanner class for user input
How to Run the Program
Clone the repository:
git clone https://github.com/yourusername/JobSalarySurvey.git
Navigate to the project directory:
cd JobSalarySurvey
Compile the Java file:
javac JobSalarySurvey.java
Run the program:
java JobSalarySurvey
Example Usage
- Enter job data for survey
- Calculate metrics
- Exit Enter your choice: 1 Enter job title: Software Engineer Enter yearly salary for Software Engineer: EUR60000 Is this job in a Euro Zone country? (yes/no): yes
Future Enhancements
Implement data persistence to store job data across sessions
Add graphical user interface (GUI)
Support for multiple currencies and conversions
Contributions
Contributions are welcome! please feel free to fork the repository and submit pull requests.
License
This project is open-source and available under the MIT License.