From 08cce6e4b2519472ab9aee5de905047613178415 Mon Sep 17 00:00:00 2001 From: Trenton Stark Date: Wed, 12 Oct 2022 21:06:00 -0700 Subject: added output file --- CST116-Ch7-Debugging/CST116-Ch7-Debugging.txt | 11 +++++++++++ CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj | 3 +++ CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters | 3 +++ 3 files changed, 17 insertions(+) create mode 100644 CST116-Ch7-Debugging/CST116-Ch7-Debugging.txt diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.txt b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.txt new file mode 100644 index 0000000..5e6871a --- /dev/null +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.txt @@ -0,0 +1,11 @@ +Exercise 1: +Enter your age: 18 +Teenager + +Excercise 2: +Enter your age: 25 +Adult + +Excercise 3: +Enter your age: 10 +Child \ No newline at end of file diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj index 45b2819..d7070bc 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj @@ -129,6 +129,9 @@ + + + diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters index a245946..8210b6c 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters @@ -19,4 +19,7 @@ Source Files + + + \ No newline at end of file -- cgit v1.2.3