---------------PROGRAM 1--------------- Please enter the file name: C:\\TEMP\\337_Integers.txt File is opened. The largest number is 2021 and the smallest number is 23 23 33 44 120 234 340 501 530 567 2021 C:\Users\kitty_000\Source\Repos\cst116-lab9-JeffWOIT\x64\Debug\CST116F2021-Lab9.exe (process 9812) exited with code 0. To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops. Press any key to close this window . . . ---------------PROGRAM 2--------------- Please enter the file name: C:\\TEMP\\337_Sentences.txt File is opened. 1 Please excuse my dear aunt Sally. 33 characters in this string. 2 What would you like to eat for dinner? 38 characters in this string. 3 I have four different former homes. 35 characters in this string. 4 The room is almost empty. 25 characters in this string. 5 I can't believe it's not butter! 32 characters in this string. C:\Users\kitty_000\Source\Repos\cst116-lab9-JeffWOIT\x64\Debug\CST116F2021-Lab9.exe (process 11840) exited with code 0. To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops. Press any key to close this window . . . ---------------PROGRAM 3--------------- Please enter the file name: C:\\TEMP\\337_Data.txt File is opened. Please select from the following options: 1) Find a person's information 2) Add a person to the database 3) Edit a person's information 4) Display all records to the screen 5) Quit 4 Entry Number Last Name First Name Phone Number Birthday 1 Markson Mark 555-555-5555 11-12-2000 2 Name User 123-456-7890 12-12-2112 3 Person Other 111-222-3333 01-02-2003 4 Wiser Jeffrey 503-222-3333 04-24-1999 Please select from the following options: 1) Find a person's information 2) Add a person to the database 3) Edit a person's information 4) Display all records to the screen 5) Quit 1 Please enter the last name of the user you are looking for: Wiser Wiser Jeffrey 503-222-3333 04-24-1999 Please select from the following options: 1) Find a person's information 2) Add a person to the database 3) Edit a person's information 4) Display all records to the screen 5) Quit 2 Please enter the last name: Last Please enter the first name: First Please enter the phone number in format ###-###-####: 999-999-9999 Please enter the birthday in format mm-dd-yyyy: 10-10-2010 Please select from the following options: 1) Find a person's information 2) Add a person to the database 3) Edit a person's information 4) Display all records to the screen 5) Quit 4 Entry Number Last Name First Name Phone Number Birthday 1 Last First 999-999-9999 10-10-2010 2 Markson Mark 555-555-5555 11-12-2000 3 Name User 123-456-7890 12-12-2112 4 Person Other 111-222-3333 01-02-2003 5 Wiser Jeffrey 503-222-3333 04-24-1999 Please select from the following options: 1) Find a person's information 2) Add a person to the database 3) Edit a person's information 4) Display all records to the screen 5) Quit 3 Please enter the last name of the user you are looking for: Wiser Wiser Jeffrey 503-943-9936 08-31-1995 Please select from the following options: 1) Change Last Name 2) Change First Name 3) Change Phone Number 4) Change Birthday 5) Quit 1 Please enter the last name: A Please select from the following options: 1) Find a person's information 2) Add a person to the database 3) Edit a person's information 4) Display all records to the screen 5) Quit 4 Entry Number Last Name First Name Phone Number Birthday 1 A Jeffrey 503-222-3333 04-24-1999 2 Last First 999-999-9999 10-10-2010 3 Markson Mark 555-555-5555 11-12-2000 4 Name User 123-456-7890 12-12-2112 5 Person Other 111-222-3333 01-02-2003 Please select from the following options: 1) Find a person's information 2) Add a person to the database 3) Edit a person's information 4) Display all records to the screen 5) Quit 5 Exiting Program. C:\Users\kitty_000\source\repos\cst116-lab9-JeffWOIT\x64\Debug\CST116F2021-Lab9.exe (process 13604) exited with code 0. To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops. Press any key to close this window . . .