diff options
| author | JacobAKnox <[email protected]> | 2021-11-10 14:29:38 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-10 14:29:38 -0800 |
| commit | d14c78513f218ea69cea8c99478b6c3f15e322fe (patch) | |
| tree | 914d0c3a41dee52a3e216564e3e6688b2747434a | |
| parent | Merge pull request #8 from austinsworld15/patch-8 (diff) | |
| parent | Update header.h (diff) | |
| download | cst116proj2-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.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(); |