Skip to content

Andorta/JobSalarySurvey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

  1. Enter job data for survey
  2. Calculate metrics
  3. 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.

About

Java program for job salary survey metrics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages