|
|
Java Student Project |
||
|
|||
PickEmployee |
|||
|
|
|
||
| Ability Level: | Intermediate | ||
|
|
|
||
| Estimated Time: | 50 minutes | ||
|
|
|
||
| Objectives: |
|
||
|
|
|
||
| Materials & Resources: |
|
||
|
|
|
||
| Overview: | Write a program that asks a user to input an initial. Display the full name of an employee who matches the initial: A is Armando, B is Bruno, and Z is Zachary. All other entries should cause a "No such employee" message to display. The class name is PickEmployee. | ||
|
|
|
||
| Instructions: | See the notes in overview above. | ||
|
|
|
||
| Hints: | Some important
points to keep in mind in doing this project:
|
||
|
|
|
||
| Extra: | Check for lower and upper case letters. | ||