diff options
| -rw-r--r-- | Austin's Project 2 split | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Austin's Project 2 split b/Austin's Project 2 split new file mode 100644 index 0000000..48ab34c --- /dev/null +++ b/Austin's Project 2 split @@ -0,0 +1,17 @@ +#include "Voids.h" +#include <iostream> + +int main() +{ + int Number = 0; + + int Digit = 0; + + int Position = 0; + + GetData(Number); + + IsOddEven(Number); + + FindDigitAtPosition(Digit, Position, Number); +} |