Please help... I hate array for java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

18th Jun 2018, 11:48 PM
mun12r
4 Answers
+ 2
mun12r Show an effort before you actually ask for assistance. It would almost seem like we would be doing your homework or something. lol Even if that isn't the case, I am sure KrOW would goadly help out. Just try to do it first by yourself.
19th Jun 2018, 2:30 AM
Michelangelo
Michelangelo - avatar
+ 1
And where is your code?
18th Jun 2018, 11:52 PM
KrOW
KrOW - avatar
0
I want your help
19th Jun 2018, 1:30 AM
mun12r
19th Jun 2018, 7:06 AM
KrOW
KrOW - avatar