aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacobAKnox <[email protected]>2021-11-10 10:08:09 -0800
committerGitHub <[email protected]>2021-11-10 10:08:09 -0800
commit3c625e31e70af2ad65b49097b8906c8322f3e4c6 (patch)
tree3b24a8737a4716fe731c64a24a7dd8a3b279c46f
parentMerge pull request #5 from austinsworld15/patch-5 (diff)
parentUpdate header.h (diff)
downloadcst116proj2-1-jacob-k-and-austin-g-3c625e31e70af2ad65b49097b8906c8322f3e4c6.tar.xz
cst116proj2-1-jacob-k-and-austin-g-3c625e31e70af2ad65b49097b8906c8322f3e4c6.zip
Merge pull request #4 from austinsworld15/patch-4
Update header.h
-rw-r--r--header.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/header.h b/header.h
index fa85f25..d89e225 100644
--- a/header.h
+++ b/header.h
@@ -2,12 +2,11 @@
#pragma once
-//double GetData();
+void GetData(int& Number);
void DisplayMenu(int& choice);
void ProcessMenuChocie(int choice, int& value);
void IsPosNeg(int value);
-//void IsOddEven(int value);
+void IsOddEven(int& Number);
int FindNumDigits(int value);
-//int FindDigitAtPosition(int value);
+void FindDigitAtPosition(int Digit, int Position, int& Number);
void DisplayAdditonTable();
-//void DisplayMultipicationTable(); \ No newline at end of file