You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Question
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ For findCountOfEmployeesUsingCompTransport method, The main method should print
24
24
Ex: 2 , where 2 is the count
25
25
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".
26
26
Ex: 1003
27
-
Uma
27
+
Uma
28
28
where 1003 is the employeeld and Uma is the name.
29
29
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.
0 commit comments