Skip to content

Commit

Permalink
Update Question
Browse files Browse the repository at this point in the history
  • Loading branch information
yugakanse committed Apr 6, 2021
1 parent a723c92 commit cea297c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Question
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For findCountOfEmployeesUsingCompTransport method, The main method should print
Ex: 2 , where 2 is the count
For findEmployeeWithSecondHighestRating method: The main method should print the employeeld and name from the returned object if the returned value is not null. If the returned value is null, then it should print "All Employees using company transport".
Ex: 1003
Uma
Uma
where 1003 is the employeeld and Uma is the name.
Before calling these static methods in main, use Scanner object to read the values of four Employee objects referring attributes in the above mentioned attributes sequence. Next, read the value of String parameter for capturing branch.

Expand Down

0 comments on commit cea297c

Please sign in to comment.