aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacobAKnox <[email protected]>2021-11-10 14:29:38 -0800
committerGitHub <[email protected]>2021-11-10 14:29:38 -0800
commitd14c78513f218ea69cea8c99478b6c3f15e322fe (patch)
tree914d0c3a41dee52a3e216564e3e6688b2747434a
parentMerge pull request #8 from austinsworld15/patch-8 (diff)
parentUpdate header.h (diff)
downloadcst116proj2-1-jacob-k-and-austin-g-d14c78513f218ea69cea8c99478b6c3f15e322fe.tar.xz
cst116proj2-1-jacob-k-and-austin-g-d14c78513f218ea69cea8c99478b6c3f15e322fe.zip
Merge pull request #7 from austinsworld15/patch-7
Update header.h
-rw-r--r--header.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/header.h b/header.h
index d89e225..18b0b09 100644
--- a/header.h
+++ b/header.h
@@ -8,5 +8,5 @@ void ProcessMenuChocie(int choice, int& value);
void IsPosNeg(int value);
void IsOddEven(int& Number);
int FindNumDigits(int value);
-void FindDigitAtPosition(int Digit, int Position, int& Number);
+void FindDigitAtPosition(int Digit, int Position, string& NumberDigit, char& Numberindex);
void DisplayAdditonTable();