Here is your score for Assignment 3.
Score: TBD%
Let me know if you have any questions regarding your score. And let me know if you want a copy of an example implementation for the assignment.
Regards,
Jade
Grading Guidelines
Test Results for Assignment 3
# javac -Xlint:all ChengJade3.java
--> EXIT CODE: 0 <--
# java ChengJade3
Please enter a entry: Alexander
The telephone directory contains 1 items:
1. Alexander
Please enter a entry: Brian
The telephone directory contains 2 items:
1. Alexander
2. Brian
Please enter a entry: Catherine
The telephone directory contains 3 items:
1. Alexander
2. Brian
3. Catherine
Please enter a entry: Derek
The telephone directory contains 4 items:
1. Alexander
2. Brian
3. Catherine
4. Derek
Please enter a entry: Edward
The telephone directory contains 5 items:
1. Alexander
2. Brian
3. Catherine
4. Derek
5. Edward
Please enter a entry: Frances
The directory is full.
--> EXIT CODE: 3 <--
# java ChengJade3
Please enter a entry: Edo Biagioni
The telephone directory contains 1 items:
1. Edo Biagioni
Please enter a entry: Henri Casanova
The telephone directory contains 2 items:
1. Edo Biagioni
2. Henri Casanova
Please enter a entry: Lipyeow Lim
The telephone directory contains 3 items:
1. Edo Biagioni
2. Henri Casanova
3. Lipyeow Lim
Please enter a entry: David Pager
The telephone directory contains 4 items:
1. Edo Biagioni
2. Henri Casanova
3. Lipyeow Lim
4. David Pager
Please enter a entry: Guylaine Poisson
The telephone directory contains 5 items:
1. Edo Biagioni
2. Henri Casanova
3. Lipyeow Lim
4. David Pager
5. Guylaine Poisson
Please enter a entry: Susanne Still
The directory is full.
--> EXIT CODE: 3 <--
# java ChengJade3
Please enter a entry:
The telephone directory contains 1 items:
1.
Please enter a entry:
The telephone directory contains 2 items:
1.
2.
Please enter a entry:
The telephone directory contains 3 items:
1.
2.
3.
Please enter a entry:
The telephone directory contains 4 items:
1.
2.
3.
4.
Please enter a entry:
The telephone directory contains 5 items:
1.
2.
3.
4.
5.
Please enter a entry:
The directory is full.
--> EXIT CODE: 3 <--
# java ChengJade3
Please enter a entry: No line found
--> EXIT CODE: 1 <--