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 --- CST116F2021-Lab8/13b/13b.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CST116F2021-Lab8/13b/13b.h (limited to 'CST116F2021-Lab8/13b/13b.h') diff --git a/CST116F2021-Lab8/13b/13b.h b/CST116F2021-Lab8/13b/13b.h new file mode 100644 index 0000000..fb89068 --- /dev/null +++ b/CST116F2021-Lab8/13b/13b.h @@ -0,0 +1,3 @@ +#pragma once + +float FindMedian(float nums[], const int amt); -- cgit v1.2.3