From becf1a50136ddb06076e1680edaccb71b177b3e3 Mon Sep 17 00:00:00 2001 From: austinsworld15 <91639488+austinsworld15@users.noreply.github.com> Date: Fri, 5 Nov 2021 13:05:49 -0700 Subject: Create Austin's Project 2 split --- Austin's Project 2 split | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Austin's Project 2 split 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 + +int main() +{ + int Number = 0; + + int Digit = 0; + + int Position = 0; + + GetData(Number); + + IsOddEven(Number); + + FindDigitAtPosition(Digit, Position, Number); +} -- cgit v1.2.3