diff options
| author | JacobAKnox <[email protected]> | 2021-12-01 19:22:07 -0800 |
|---|---|---|
| committer | JacobAKnox <[email protected]> | 2021-12-01 19:22:07 -0800 |
| commit | b263e665b5df9d976af52a58f164ef4bda029301 (patch) | |
| tree | 2873da869a814e417891e72a52b115173fabe549 | |
| parent | Merge pull request #7 from austinsworld15/patch-7 (diff) | |
| download | cst116proj2-1-jacob-k-and-austin-g-main.tar.xz cst116proj2-1-jacob-k-and-austin-g-main.zip | |
24 files changed, 171 insertions, 5 deletions
diff --git a/.vs/Project2/v16/.suo b/.vs/Project2/v16/.suo Binary files differindex 4a857f7..b39a364 100644 --- a/.vs/Project2/v16/.suo +++ b/.vs/Project2/v16/.suo diff --git a/.vs/Project2/v16/Browse.VC.db b/.vs/Project2/v16/Browse.VC.db Binary files differindex 264c128..d5ac3b6 100644 --- a/.vs/Project2/v16/Browse.VC.db +++ b/.vs/Project2/v16/Browse.VC.db diff --git a/.vs/Project2/v16/ipch/AutoPCH/7b43f03daa1023e2/PROJECT2.ipch b/.vs/Project2/v16/ipch/AutoPCH/7b43f03daa1023e2/PROJECT2.ipch Binary files differindex 6c4eade..4f4ba13 100644 --- a/.vs/Project2/v16/ipch/AutoPCH/7b43f03daa1023e2/PROJECT2.ipch +++ b/.vs/Project2/v16/ipch/AutoPCH/7b43f03daa1023e2/PROJECT2.ipch diff --git a/.vs/Project2/v16/ipch/AutoPCH/a471a0754d7a9194/KNOXFUNCTIONS.ipch b/.vs/Project2/v16/ipch/AutoPCH/a471a0754d7a9194/KNOXFUNCTIONS.ipch Binary files differindex eb3a66c..d0e8f85 100644 --- a/.vs/Project2/v16/ipch/AutoPCH/a471a0754d7a9194/KNOXFUNCTIONS.ipch +++ b/.vs/Project2/v16/ipch/AutoPCH/a471a0754d7a9194/KNOXFUNCTIONS.ipch diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index 019cc9e..610353b 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -2,6 +2,6 @@ "ExpandedNodes": [ "" ], - "SelectedNode": "\\Project2.sln", + "SelectedNode": "\\KnoxFunctions.cpp", "PreviewInSolutionExplorer": false }
\ No newline at end of file diff --git a/.vs/cst116proj2-1-jacob-k-and-austin-g/v16/.suo b/.vs/cst116proj2-1-jacob-k-and-austin-g/v16/.suo Binary files differindex 6c8e0d2..b52e6b4 100644 --- a/.vs/cst116proj2-1-jacob-k-and-austin-g/v16/.suo +++ b/.vs/cst116proj2-1-jacob-k-and-austin-g/v16/.suo diff --git a/.vs/cst116proj2-1-jacob-k-and-austin-g/v16/Browse.VC.db b/.vs/cst116proj2-1-jacob-k-and-austin-g/v16/Browse.VC.db Binary files differindex 9de52ed..39e06fc 100644 --- a/.vs/cst116proj2-1-jacob-k-and-austin-g/v16/Browse.VC.db +++ b/.vs/cst116proj2-1-jacob-k-and-austin-g/v16/Browse.VC.db diff --git a/.vs/cst116proj2-1-jacob-k-and-austin-g/v16/Browse.VC.db-shm b/.vs/cst116proj2-1-jacob-k-and-austin-g/v16/Browse.VC.db-shm Binary files differdeleted file mode 100644 index 8653dc3..0000000 --- a/.vs/cst116proj2-1-jacob-k-and-austin-g/v16/Browse.VC.db-shm +++ /dev/null diff --git a/.vs/cst116proj2-1-jacob-k-and-austin-g/v16/Browse.VC.db-wal b/.vs/cst116proj2-1-jacob-k-and-austin-g/v16/Browse.VC.db-wal deleted file mode 100644 index e69de29..0000000 --- a/.vs/cst116proj2-1-jacob-k-and-austin-g/v16/Browse.VC.db-wal +++ /dev/null diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite Binary files differindex f046522..f099e17 100644 --- a/.vs/slnx.sqlite +++ b/.vs/slnx.sqlite diff --git a/Debug/KnoxFunctions.obj b/Debug/KnoxFunctions.obj Binary files differindex c75cbef..7cf9622 100644 --- a/Debug/KnoxFunctions.obj +++ b/Debug/KnoxFunctions.obj diff --git a/Debug/Project2.exe b/Debug/Project2.exe Binary files differindex 9b014b8..cc16448 100644 --- a/Debug/Project2.exe +++ b/Debug/Project2.exe diff --git a/Debug/Project2.exe.recipe b/Debug/Project2.exe.recipe index 809ae68..29681b9 100644 --- a/Debug/Project2.exe.recipe +++ b/Debug/Project2.exe.recipe @@ -2,7 +2,7 @@ <Project> <ProjectOutputs> <ProjectOutput> - <FullPath>C:\Users\jakno\Source\Repos\CST116\cst116proj2-1-jacob-k-and-austin-g\Debug\Project2.exe</FullPath> + <FullPath>C:\Users\jakno\source\repos\CST116\cst116proj2-1-jacob-k-and-austin-g\Debug\Project2.exe</FullPath> </ProjectOutput> </ProjectOutputs> <ContentFiles /> diff --git a/Debug/Project2.ilk b/Debug/Project2.ilk Binary files differindex f9a21bb..04b81f7 100644 --- a/Debug/Project2.ilk +++ b/Debug/Project2.ilk diff --git a/Debug/Project2.log b/Debug/Project2.log index 24e0bbc..fe5f7b6 100644 --- a/Debug/Project2.log +++ b/Debug/Project2.log @@ -1,2 +1,2 @@ KnoxFunctions.cpp - Project2.vcxproj -> C:\Users\jakno\source\repos\CST116\Project2\Debug\Project2.exe + Project2.vcxproj -> C:\Users\jakno\source\repos\CST116\cst116proj2-1-jacob-k-and-austin-g\Debug\Project2.exe diff --git a/Debug/Project2.obj b/Debug/Project2.obj Binary files differindex 9ac01e1..b1d4a0b 100644 --- a/Debug/Project2.obj +++ b/Debug/Project2.obj diff --git a/Debug/Project2.pdb b/Debug/Project2.pdb Binary files differindex 4dbe390..6f1be44 100644 --- a/Debug/Project2.pdb +++ b/Debug/Project2.pdb diff --git a/Debug/Project2.tlog/CL.command.1.tlog b/Debug/Project2.tlog/CL.command.1.tlog Binary files differindex 81b0d5f..96c58e6 100644 --- a/Debug/Project2.tlog/CL.command.1.tlog +++ b/Debug/Project2.tlog/CL.command.1.tlog diff --git a/Debug/Project2.tlog/CL.read.1.tlog b/Debug/Project2.tlog/CL.read.1.tlog Binary files differindex c9f57e8..9cbc79f 100644 --- a/Debug/Project2.tlog/CL.read.1.tlog +++ b/Debug/Project2.tlog/CL.read.1.tlog diff --git a/Debug/Project2.tlog/CL.write.1.tlog b/Debug/Project2.tlog/CL.write.1.tlog Binary files differindex 0c1632f..5cf9252 100644 --- a/Debug/Project2.tlog/CL.write.1.tlog +++ b/Debug/Project2.tlog/CL.write.1.tlog diff --git a/Debug/Project2.tlog/Project2.lastbuildstate b/Debug/Project2.tlog/Project2.lastbuildstate index f75b7cd..50b2af4 100644 --- a/Debug/Project2.tlog/Project2.lastbuildstate +++ b/Debug/Project2.tlog/Project2.lastbuildstate @@ -1,2 +1,2 @@ -PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.29.30133:VCServicingVersionATL=14.29.30136:VCServicingVersionCrtHeaders=14.29.30136:VCServicingVersionCompilers=14.29.30136:TargetPlatformVersion=10.0.19041.0: -Debug|Win32|C:\Users\jakno\Source\Repos\CST116\cst116proj2-1-jacob-k-and-austin-g\| +PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.29.30133:VCServicingVersionATL=14.29.30136:VCServicingVersionCrtHeaders=14.29.30136:TargetPlatformVersion=10.0.19041.0: +Debug|Win32|C:\Users\jakno\source\repos\CST116\cst116proj2-1-jacob-k-and-austin-g\| diff --git a/Debug/vc142.idb b/Debug/vc142.idb Binary files differindex c2bdd24..e1fc0a1 100644 --- a/Debug/vc142.idb +++ b/Debug/vc142.idb diff --git a/Debug/vc142.pdb b/Debug/vc142.pdb Binary files differindex 16e23ba..b47b75e 100644 --- a/Debug/vc142.pdb +++ b/Debug/vc142.pdb diff --git a/Output.txt b/Output.txt new file mode 100644 index 0000000..de6752c --- /dev/null +++ b/Output.txt @@ -0,0 +1,166 @@ + +-----Input a number between negative one million and one million to be tested----- +45 + +You entered the value: 45 + --MENU-- + + 1. Is the value positive or negative + 2. Is the value odd or even + 3. How many digits does the value have + 4. See the digit at a specifed position + 5. Show additon table + 6. Exit program + +Input Menu Choice: 1 +45 is positve. + --MENU-- + + 1. Is the value positive or negative + 2. Is the value odd or even + 3. How many digits does the value have + 4. See the digit at a specifed position + 5. Show additon table + 6. Exit program + +Input Menu Choice: 2 + + +Calculating if the number entered is even, odd, or 0 + +45 is odd. + + --MENU-- + + 1. Is the value positive or negative + 2. Is the value odd or even + 3. How many digits does the value have + 4. See the digit at a specifed position + 5. Show additon table + 6. Exit program + +Input Menu Choice: 3 +45 has 3 digits. + --MENU-- + + 1. Is the value positive or negative + 2. Is the value odd or even + 3. How many digits does the value have + 4. See the digit at a specifed position + 5. Show additon table + 6. Exit program + +Input Menu Choice: 4 + +The number you have chosen from before is 45, what position of that number do you want to see where that digit is outputted? +7 + --MENU-- + + 1. Is the value positive or negative + 2. Is the value odd or even + 3. How many digits does the value have + 4. See the digit at a specifed position + 5. Show additon table + 6. Exit program + +Input Menu Choice: 4 + +The number you have chosen from before is 45, what position of that number do you want to see where that digit is outputted? +1 + --MENU-- + + 1. Is the value positive or negative + 2. Is the value odd or even + 3. How many digits does the value have + 4. See the digit at a specifed position + 5. Show additon table + 6. Exit program + +Input Menu Choice: 5 +The addition table for numbers 0-12: +0 1 2 3 4 5 6 7 8 9 10 11 12 +1 2 3 4 5 6 7 8 9 10 11 12 13 +2 3 4 5 6 7 8 9 10 11 12 13 14 +3 4 5 6 7 8 9 10 11 12 13 14 15 +4 5 6 7 8 9 10 11 12 13 14 15 16 +5 6 7 8 9 10 11 12 13 14 15 16 17 +6 7 8 9 10 11 12 13 14 15 16 17 18 +7 8 9 10 11 12 13 14 15 16 17 18 19 +8 9 10 11 12 13 14 15 16 17 18 19 20 +9 10 11 12 13 14 15 16 17 18 19 20 21 +10 11 12 13 14 15 16 17 18 19 20 21 22 +11 12 13 14 15 16 17 18 19 20 21 22 23 +12 13 14 15 16 17 18 19 20 21 22 23 24 + --MENU-- + + 1. Is the value positive or negative + 2. Is the value odd or even + 3. How many digits does the value have + 4. See the digit at a specifed position + 5. Show additon table + 6. Exit program + +Input Menu Choice: 6 +Exiting Program... +C:\Users\jakno\source\repos\CST116\cst116proj2-1-jacob-k-and-austin-g\Debug\Project2.exe (process 21264) exited with code 0. +Press any key to close this window . . . + + + +-----Input a number between negative one million and one million to be tested----- +-366 + +You entered the value: -366 + --MENU-- + + 1. Is the value positive or negative + 2. Is the value odd or even + 3. How many digits does the value have + 4. See the digit at a specifed position + 5. Show additon table + 6. Exit program + +Input Menu Choice: 1 +-366 is negative. + --MENU-- + + 1. Is the value positive or negative + 2. Is the value odd or even + 3. How many digits does the value have + 4. See the digit at a specifed position + 5. Show additon table + 6. Exit program + +Input Menu Choice: 2 + + +Calculating if the number entered is even, odd, or 0 + +-366 is even. + + --MENU-- + + 1. Is the value positive or negative + 2. Is the value odd or even + 3. How many digits does the value have + 4. See the digit at a specifed position + 5. Show additon table + 6. Exit program + +Input Menu Choice: 4 + +The number you have chosen from before is -366, what position of that number do you want to see where that digit is outputted? +2 + --MENU-- + + 1. Is the value positive or negative + 2. Is the value odd or even + 3. How many digits does the value have + 4. See the digit at a specifed position + 5. Show additon table + 6. Exit program + +Input Menu Choice: 6 +Exiting Program... +C:\Users\jakno\source\repos\CST116\cst116proj2-1-jacob-k-and-austin-g\Debug\Project2.exe (process 13852) exited with code 0. +Press any key to close this window . . . |