aboutsummaryrefslogtreecommitdiff
path: root/header.h
diff options
context:
space:
mode:
Diffstat (limited to 'header.h')
-rw-r--r--header.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/header.h b/header.h
new file mode 100644
index 0000000..fa85f25
--- /dev/null
+++ b/header.h
@@ -0,0 +1,13 @@
+//Header for various functions
+
+#pragma once
+
+//double GetData();
+void DisplayMenu(int& choice);
+void ProcessMenuChocie(int choice, int& value);
+void IsPosNeg(int value);
+//void IsOddEven(int value);
+int FindNumDigits(int value);
+//int FindDigitAtPosition(int value);
+void DisplayAdditonTable();
+//void DisplayMultipicationTable(); \ No newline at end of file