diff options
| author | austinsworld15 <[email protected]> | 2021-11-10 14:25:29 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-10 14:25:29 -0800 |
| commit | 017cd907ec87cc3077a33a3b70748021c6315f54 (patch) | |
| tree | 52145528096ddafc2a1b86a7d36eb5abd10b26f1 | |
| parent | refacotred some code to make it work (diff) | |
| download | cst116proj2-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |