write a program that uses a switch statement to create a menu for entering and reading data from a text file. the menue should contain 'A' to add a record, 'D' to display the data in the file ,and 'Q' to quite. The data should be two integers names value1 and value2. make certain that the program can be rerun without losing the data already in the file.