From fcecfe178999fcf25cc7ad088913626f7f18f1fa Mon Sep 17 00:00:00 2001 From: JacobAKnox <91796123+JacobAKnox@users.noreply.github.com> Date: Sat, 13 Nov 2021 09:49:09 -0800 Subject: 13 completed --- 13bOutput.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 13bOutput.txt (limited to '13bOutput.txt') 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 . . . -- cgit v1.2.3