diff options
| author | austinsworld15 <[email protected]> | 2021-11-05 13:03:32 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-05 13:03:32 -0700 |
| commit | a241a9669b7595121957627d12a179a45f2ead50 (patch) | |
| tree | 27f46ee44f1274d51a6c0de86749a51f58b3811b | |
| parent | Adding my work so far (diff) | |
| download | cst116proj2-1-jacob-k-and-austin-g-a241a9669b7595121957627d12a179a45f2ead50.tar.xz cst116proj2-1-jacob-k-and-austin-g-a241a9669b7595121957627d12a179a45f2ead50.zip | |
Create Austin's Voids
| -rw-r--r-- | Austin's Voids | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Austin's Voids b/Austin's Voids new file mode 100644 index 0000000..51b7e35 --- /dev/null +++ b/Austin's Voids @@ -0,0 +1,6 @@ +#pragma once + +void FindDigitAtPosition(int Digit, int Position, int& Number); +void ProcessMenuChoice(float Choice); +void GetData(int& Number); +void IsOddEven(int& Number); |