Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
anthonyjhan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
anthonyjhan
6y ago
static Scanner kb = new Scanner (System.in); public static void main ( ) { final int SIZE = 100; String [ ] empID = new String [SIZE]; /
2.
▲
by
anthonyjhan
6y ago
1. accept (empID, empName, empSal) – 10 points - input N number of employees’ records. ID number must be unique. If ID number is not unique, discard the input. 2. displayAllEmp (empID, empName, empSal) – 5 points - display all employees’
3.
▲
by
anthonyjhan
6y ago
can someone answer this ? its so hard for me public class ArrayOfEmployees { static Scanner kb = new Scanner (System.in); public static void main ( ) { final int SIZE = 100;