Write a pseudocode to solve the problem , the HR manager has requested that the IT department create a salary report for the CEO , this task has been assigned to you. This report will have 3 departments and 5 employees accross those departemnts , the requirments are the employees name, department 1,2, or 3 and monthy salary for each employee.you must declare and initialize variables and 3 arrays, input values into the three arrays , calculate the average salary per deparment and display the report , the average salary must be calculated for each department and the department number must not be repeated for each employee. the department number must only be displayed when there is a new department