index
:
cst115-lab8-jacobaknox
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CST116F2021-Lab8
/
13b
/
13b.h
blob: fb8906875e8461a65b492183c31cf0f668966622 (
plain
) (
blame
)
1
2
3
#pragma once
float
FindMedian
(
float
nums
[],
const
int
amt
);