diff options
| author | austinsworld15 <[email protected]> | 2021-11-10 14:28:06 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-10 14:28:06 -0800 |
| commit | 5fb283ea9af30adf7c142fa772f5cc4c189c1c88 (patch) | |
| tree | aab4be32c612e13baa4fac792dc2c8b1dd1c3185 /KnoxFunctions.cpp | |
| parent | refacotred some code to make it work (diff) | |
| download | cst116proj2-1-jacob-k-and-austin-g-5fb283ea9af30adf7c142fa772f5cc4c189c1c88.tar.xz cst116proj2-1-jacob-k-and-austin-g-5fb283ea9af30adf7c142fa772f5cc4c189c1c88.zip | |
Update KnoxFunctions.cpp
Diffstat (limited to 'KnoxFunctions.cpp')
| -rw-r--r-- | KnoxFunctions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/KnoxFunctions.cpp b/KnoxFunctions.cpp index 7dde9f7..6a1cb60 100644 --- a/KnoxFunctions.cpp +++ b/KnoxFunctions.cpp @@ -40,7 +40,7 @@ void ProcessMenuChocie(int chocie, int& value) cout << value << " has " << digits << " digits.\n"; break; case 4: - FindDigitAtPosition(Digit, Position, value); + FindDigitAtPosition(Digit, Position, NumberDigit, Numberindex); break; case 5: DisplayAdditonTable(); |