aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWiserJ <[email protected]>2021-12-08 17:47:51 -0800
committerWiserJ <[email protected]>2021-12-08 17:47:51 -0800
commit2bf0c67ea5c8d0ada3f3ff289c3cafd85ee5a333 (patch)
tree0c7fb6429e95cae4a1c2ef2323b3140acaf6800d
parentfinal (diff)
downloadcst116-lab9-jeffwoit-2bf0c67ea5c8d0ada3f3ff289c3cafd85ee5a333.tar.xz
cst116-lab9-jeffwoit-2bf0c67ea5c8d0ada3f3ff289c3cafd85ee5a333.zip
-rw-r--r--Runs.txt91
1 files changed, 91 insertions, 0 deletions
diff --git a/Runs.txt b/Runs.txt
index f53f596..d2b891d 100644
--- a/Runs.txt
+++ b/Runs.txt
@@ -29,3 +29,94 @@ File is opened.
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 . . .