static LinkedList<People> create(String nameFile)
throws IOException
{ LinkedList<People> list = new LinkedList<People>();
boolean Fileexists = true ;

FileReader fi = null;


try {
fi = new...