From a74e54e679563db8943989c218f9a1fbdad92e5b Mon Sep 17 00:00:00 2001 From: alexandra-apetroaei Date: Fri, 7 Oct 2022 12:09:19 -0800 Subject: added psuedo-code --- CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj | 3 +++ CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters | 3 +++ CST116-Ch7-Debugging/Chapter 7 psuedo-chart.txt | 6 ++++++ 3 files changed, 12 insertions(+) create mode 100644 CST116-Ch7-Debugging/Chapter 7 psuedo-chart.txt diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj index 45b2819..f8b11cd 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..9133058 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 diff --git a/CST116-Ch7-Debugging/Chapter 7 psuedo-chart.txt b/CST116-Ch7-Debugging/Chapter 7 psuedo-chart.txt new file mode 100644 index 0000000..bf81010 --- /dev/null +++ b/CST116-Ch7-Debugging/Chapter 7 psuedo-chart.txt @@ -0,0 +1,6 @@ +set interger age = 0 +make all variables match the outcome +use if else statements + +enter age variable +read output message \ No newline at end of file -- cgit v1.2.3