blob: f53f596020b1ab094d063dc7cf31f97b56bfc9d0 (
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
|
---------------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 . . .
|