Write a Java program to do the following, using Object Class and Driver Class
a) Read the names of employeeid, name and salary of all employees.
b) Check whether the given employeeid is present in the array,
if it is not, print the name of the employee and the employeeid.
Comments
Leave a comment