Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 653 Bytes

File metadata and controls

20 lines (14 loc) · 653 Bytes

salary-increase-decrease

A Python script that calculates the salary change, along with the change percentage, after a 10% increment and a 10% decrease to the salary.

Requirements

Python 3.x

Download

Click the Code button, then click on "Download ZIP"

OR

Click the salary_increase_decrease.py file, then click on the Download Raw File button.

How to Use

  1. Enter the current salary. It must be a positive number, either integer or decimal. Then, press Enter.
  2. The new salary and the change percentage of the salary will be displayed on screen.
  3. Finally, press Enter to exit the program.

License

MIT License © 2025 Antonis Paraskevis