Write a small record management application for a school.Tasks should be add record. delete record, update record and list the records.Each record contains name(max 100 chars), age, notes(no max length). No database should be used.All data must be stored in one or two files.Listing records should beprint the names of the users in alphabetical order.Important thing is total file should not be rewritten for every add and delete operation.