Question: Java Design a complete system to allow manipulation of Persons (via a designed and developed Person class). It Includes: 1) A Person Class which stores
Java
Design a complete system to allow manipulation of Persons (via a designed and developed Person class). It Includes: 1) A Person Class which stores info about the person: name and a generated SSN ID# as well as state they live in. 2) User interface (via Scanner) that prompts user for the following: a) New Person user enters the name of the person and the state they live in the system (your person class will generate the SSN ID#) b) View Person via Name - the user enters name (not case sens., and partial search works..) outputs full name of person, state they live ib and SSN ID# of person c) Delete Person - the user enters name (not case sens.) and system deletes this Person from System (exact match to delete) .. if not found .. output error not removed... d) View All - displays all person in System and associated states they live and SSN ID#s e) quit -- quits the system
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
