aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraustinsworld15 <[email protected]>2021-11-05 13:05:49 -0700
committerGitHub <[email protected]>2021-11-05 13:05:49 -0700
commitbecf1a50136ddb06076e1680edaccb71b177b3e3 (patch)
treecbb0e5e1847c934aec12642b48a037cb4c05be46
parentAdding my work so far (diff)
downloadcst116proj2-1-jacob-k-and-austin-g-becf1a50136ddb06076e1680edaccb71b177b3e3.tar.xz
cst116proj2-1-jacob-k-and-austin-g-becf1a50136ddb06076e1680edaccb71b177b3e3.zip
Create Austin's Project 2 split
-rw-r--r--Austin's Project 2 split17
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);
+}