Write a program that reads the employee's name and base salary and then calculates the tax and net amount Salary where: Net salary = Basic salary If the basic salary is less than 500 (no tax) Net...


Write a program that reads the employee's<br>name and base salary and then calculates<br>the tax and net amount<br>Salary where:<br>Net salary = Basic salary<br>If the basic salary is less than 500 (no tax)<br>Net salary = basic salary - tax value<br>So that the tax amount is 5% of the basic<br>salary<br>Then it prints the employee's name and net<br>salary<br>%3D<br>2:40 PM /<br>

Extracted text: Write a program that reads the employee's name and base salary and then calculates the tax and net amount Salary where: Net salary = Basic salary If the basic salary is less than 500 (no tax) Net salary = basic salary - tax value So that the tax amount is 5% of the basic salary Then it prints the employee's name and net salary %3D 2:40 PM /

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here