0
Please help... I hate array for java
Input employee code and name of the employees working in an organization. Use two arrays, namely, empcode and empname to store the codes and names of all the employees. The first employee will have his code and name in empcode[0] and empname[0] respectively, the second employee will have his data in empcode[1] and empname℅[1] and so forth Now input an employee code to be searched. Print the name of the employee having that code.
4 odpowiedzi