From 30786e4a8104b1e43a830f848d2d963c059a6b35 Mon Sep 17 00:00:00 2001 From: Taylor Rogers Date: Sat, 8 Oct 2022 15:28:05 -0700 Subject: finished pseudo-code --- .vs/cst116-ch7-debugging-Taylorrog/v17/.suo | Bin 39936 -> 39936 bytes .../v17/Browse.VC.db | Bin 15200256 -> 15200256 bytes .vs/slnx.sqlite | Bin 331776 -> 331776 bytes .../CST116-ch7-Debugging-pseudo-Rogers.txt | 9 +++++++++ 4 files changed, 9 insertions(+) create mode 100644 CST116-Ch7-Debugging/CST116-ch7-Debugging-pseudo-Rogers.txt diff --git a/.vs/cst116-ch7-debugging-Taylorrog/v17/.suo b/.vs/cst116-ch7-debugging-Taylorrog/v17/.suo index be9c944..ca252ec 100644 Binary files a/.vs/cst116-ch7-debugging-Taylorrog/v17/.suo and b/.vs/cst116-ch7-debugging-Taylorrog/v17/.suo differ diff --git a/.vs/cst116-ch7-debugging-Taylorrog/v17/Browse.VC.db b/.vs/cst116-ch7-debugging-Taylorrog/v17/Browse.VC.db index f19b176..3fd018d 100644 Binary files a/.vs/cst116-ch7-debugging-Taylorrog/v17/Browse.VC.db and b/.vs/cst116-ch7-debugging-Taylorrog/v17/Browse.VC.db differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index ec73faa..13328a1 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git a/CST116-Ch7-Debugging/CST116-ch7-Debugging-pseudo-Rogers.txt b/CST116-Ch7-Debugging/CST116-ch7-Debugging-pseudo-Rogers.txt new file mode 100644 index 0000000..ccf21ce --- /dev/null +++ b/CST116-Ch7-Debugging/CST116-ch7-Debugging-pseudo-Rogers.txt @@ -0,0 +1,9 @@ +1. initial age = 0 +2. print "Enter your age" +3. age = input +4. if age = 1, then print "First Birthday" +5. else if age between 12 and 19, then print "Teenager" +6. else if age less that 12, then print "Child" +7. else if age greater than 62, then print "Senior" +8. else print "Adult" +9. End \ No newline at end of file -- cgit v1.2.3