A company computes tax from employees salary as follows.
Write a visual basic program that would accept salary of an employee through the use of a textbox. The program should then calculate the salary less tax to be paid and the result to be displayed on a label. Use an if…Then…Else statement. Attach the code to a command button