Identify input, process and output to solves each problem, write pseudocode and draw the flowchart for each one:
1. Calculate nd print the annual salary of an employee. Assume the employee receive 6% increase in pay.
2. Compute and print the net pay giving the pay rate and hours work. Assume deductions amount to 9% of the gross pay.
3. At the end of the every year, Quality Builders gives each of its employees a bonus. This year the bonus rate is 6% of the employee's current yearly salary. Write a program that will display the bonus.