diff options
| author | JacobAKnox <[email protected]> | 2021-11-13 09:49:09 -0800 |
|---|---|---|
| committer | JacobAKnox <[email protected]> | 2021-11-13 09:49:09 -0800 |
| commit | fcecfe178999fcf25cc7ad088913626f7f18f1fa (patch) | |
| tree | f0a41368e63f3c0d808ee960a2daa5c71a044f31 /13bOutput.txt | |
| parent | Add online IDE url (diff) | |
| download | cst115-lab8-jacobaknox-master.tar.xz cst115-lab8-jacobaknox-master.zip | |
Diffstat (limited to '13bOutput.txt')
| -rw-r--r-- | 13bOutput.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/13bOutput.txt b/13bOutput.txt new file mode 100644 index 0000000..d8297c7 --- /dev/null +++ b/13bOutput.txt @@ -0,0 +1,14 @@ +Output: + +array = {3, 5.3, 7, 3.7, 2, 9} + +The median value in the array is: 4.5 +C:\Users\jakno\source\repos\CST116\cst115-lab8-JacobAKnox\CST116F2021-Lab8\13b\Debug\13b.exe (process 9572) exited with code 0. +Press any key to close this window . . . + + +array = {3, 5.3, 7, 3.7, 2, 9, 10} + +The median value in the array is: 7 +C:\Users\jakno\source\repos\CST116\cst115-lab8-JacobAKnox\CST116F2021-Lab8\13b\Debug\13b.exe (process 4824) exited with code 0. +Press any key to close this window . . . |