diff options
| author | WiserJ <[email protected]> | 2021-12-07 16:48:40 -0800 |
|---|---|---|
| committer | WiserJ <[email protected]> | 2021-12-07 16:48:40 -0800 |
| commit | d27f2c138505069856f9e42e951aee157afe1ff1 (patch) | |
| tree | 5403cb7c57b7037027f54930d3f1f720320b49c3 /Runs.txt | |
| parent | Add online IDE url (diff) | |
| download | cst116-lab9-jeffwoit-d27f2c138505069856f9e42e951aee157afe1ff1.tar.xz cst116-lab9-jeffwoit-d27f2c138505069856f9e42e951aee157afe1ff1.zip | |
h
Diffstat (limited to 'Runs.txt')
| -rw-r--r-- | Runs.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Runs.txt b/Runs.txt new file mode 100644 index 0000000..f53f596 --- /dev/null +++ b/Runs.txt @@ -0,0 +1,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 . . . |