aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraustinsworld15 <[email protected]>2021-11-10 14:25:29 -0800
committerGitHub <[email protected]>2021-11-10 14:25:29 -0800
commit017cd907ec87cc3077a33a3b70748021c6315f54 (patch)
tree52145528096ddafc2a1b86a7d36eb5abd10b26f1
parentrefacotred some code to make it work (diff)
downloadcst116proj2-1-jacob-k-and-austin-g-017cd907ec87cc3077a33a3b70748021c6315f54.tar.xz
cst116proj2-1-jacob-k-and-austin-g-017cd907ec87cc3077a33a3b70748021c6315f54.zip
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();