aboutsummaryrefslogtreecommitdiff
path: root/Runs.txt
blob: d2b891d6764854d674fe0746ea45f2ceb87bd110 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
---------------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 . . .