Create a new package (employee2), solve the error and trace the output import employee.Employee; public class employee2 { public static void main(String[] args) { Employee empl = new Employee(); empl.firstName = "Ali"; empl.lastName = "Omar"; empl.salary = 20000; empl.employeeSalary(); empl.checkEmployee Salary(emp1.salary, 5000); package employee; public class Employee { String firstName; String lastName; static double salary; public static void employeeSalary() { if (salary < 0) { salary = 0.0; System.out.println("We Set Salary =" + salary); } System.out.println(firstName + " " + lastName + " salary =" + salary); System.out.println("salary =" + salary);} public void checkEmployeeSalary(double sl, double s2) { System.out.println("Basic salary =" + salary); if (s1 == S2) { System.out.println("Salary of first : "+sl + " = Salary of Second : " + s2); } else { System.out.println("Salary of first : " +sl + " != Salary of Second : " + s2); } }} -"); public class Application public static void main(String[] args) { Employee empl = new Employee(); empl.firstName = "Ali"; empl.lastName - "Omar"; empl.salary = 20000; Employee emp2 = new Employee(); emp2.firstName="Mohamed"; emp2.lastName = "Nour"; emp2.salary - 30000; System.out.println("- Non static (instance) start to call "); System.out.println("- Static function to print ----------"); empl.employee Salary(); System.out.println("-- - Non Static function to print --"); empl.checkEmployee Salary(empl.salary, emp2.salary); System.out.println(" Non static (instance) start to call same class System.out.println("- Static function to print ----------- "); printEmployeeſemp2); System.out.println("- Non Static function to print -----------"); Employee employee Arr[] = new Employee[2]; employee Arr[0] = empl; employee Arr[1] - emp2; Application a = new Application(); a.printArrayOfEmployee(employee Arr); System.out.println(" static start to call System.out.println("- Static Attribute and function ----- "); System.out.println("Salary:" + Employee.salary); Employee.employee Salary(); System.out.println("- Non Static Attribute and function -"); System.out.println("Salary:" +Employee.firstName); Employee.checkEmployee Salary(empl.salary, emp2.salary); System.out.println("- -static start to call same class -"); printEmployee(empl); printArrayOfEmployee(employee Arr);} public static void printEmployee(Employee e) { System.out.println("Employee name:" + e.firstName +""+e.lastName + Employee Salary:" + e salary); } public void printArrayOfEmployee(Employee e[]) { for (int i 0; i