aboutsummaryrefslogtreecommitdiff
path: root/CST116F2021-Lab6/Header.h
diff options
context:
space:
mode:
Diffstat (limited to 'CST116F2021-Lab6/Header.h')
-rw-r--r--CST116F2021-Lab6/Header.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/CST116F2021-Lab6/Header.h b/CST116F2021-Lab6/Header.h
new file mode 100644
index 0000000..224d2e4
--- /dev/null
+++ b/CST116F2021-Lab6/Header.h
@@ -0,0 +1,13 @@
+#pragma once
+
+#include <iostream>
+#include <string>
+using namespace std;
+
+//function getInput prototype
+void getInput(string studentClub, string presidentName, int numberOfStudents, string strClubIndex[10][2], int intClubIndex[], int& repeats);
+//function calculateMoney prototype
+void calculateMoney(int intClubIndex[], int intClubMoneyIndex[], int repeats);
+
+//function displayTable prototype
+void displayTable(string strClubIndex[10][2], int intClubIndex[], int intClubMoneyIndex[], int repeats); \ No newline at end of file