From ea93e6d7dbe2ef6e8bfc58b6feeb07ba3809ec3f Mon Sep 17 00:00:00 2001 From: James Lawrance Date: Tue, 23 Nov 2021 21:29:11 -0800 Subject: Lab 8 complete 11/23/21 --- CST116F2021-Lab8/Header.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CST116F2021-Lab8/Header.h (limited to 'CST116F2021-Lab8/Header.h') diff --git a/CST116F2021-Lab8/Header.h b/CST116F2021-Lab8/Header.h new file mode 100644 index 0000000..eb54d03 --- /dev/null +++ b/CST116F2021-Lab8/Header.h @@ -0,0 +1,19 @@ +#pragma once +#include +#include +#include +#include +#include + +using namespace std; + +//13b +void getInput(int valuesList[], int& VALUE); +void calculateLength(int valuesList[], int& VALUE, int& valuesTotal); +void lowestToHighest(int valuesList[], int& VALUE, int& valuesTotal, int reorderList[], int& reorderTotal); +void calculateMedian(int valuesList[], int& VALUE, int& valuesTotal); + +//13c +int checkFile(); +void createFile(); +void formatData(); -- cgit v1.2.3