A Program

Write a program which allows the user to search for their favorite palindrome among a list. The user should be able to add and delete palindromes from the list. The program should keep results in the file palindrome.txt. The program must deal with a maximum of 1000 palindromes. You may assume palindrome.txt is in order.