Write a program that inputs employees code, names, and salaries of 10 employees in three arrays ‘code’, ‘name’, and ‘salary’ It computes the net salary.
Write a program that inputs employees code, names, and salaries of 10 employees in three arrays ‘code’, ‘name’, and ‘salary’ It computes the net salary. If the salary is 250000 or more, it deducts 13% of the salary. If the salary is 150000 or more but less than 250000, it deducts 1500 from the salary….