Write a program that inputs salary and computes the net salary. If the salary is 30000 or more, it deducts 13% of the salary. If the salary is 15000 or more but less than 30000, it deducts 1500 from the salary
Write a program that inputs salary and computes the net salary. If the salary is 30000 or more, it deducts 13% of the salary. If the salary is 15000 or more but less than 30000, it deducts 1500 from the salary. We learn Programming to solve problems using Computers. A Computer Program is the set…