diff options
| -rw-r--r-- | .vs/cst116-ch7-debugging-Taylorrog/v17/.suo | bin | 39936 -> 39936 bytes | |||
| -rw-r--r-- | .vs/cst116-ch7-debugging-Taylorrog/v17/Browse.VC.db | bin | 15200256 -> 15200256 bytes | |||
| -rw-r--r-- | .vs/slnx.sqlite | bin | 331776 -> 331776 bytes | |||
| -rw-r--r-- | CST116-Ch7-Debugging/CST116-ch7-Debugging-pseudo-Rogers.txt | 9 |
4 files changed, 9 insertions, 0 deletions
diff --git a/.vs/cst116-ch7-debugging-Taylorrog/v17/.suo b/.vs/cst116-ch7-debugging-Taylorrog/v17/.suo Binary files differindex be9c944..ca252ec 100644 --- a/.vs/cst116-ch7-debugging-Taylorrog/v17/.suo +++ b/.vs/cst116-ch7-debugging-Taylorrog/v17/.suo diff --git a/.vs/cst116-ch7-debugging-Taylorrog/v17/Browse.VC.db b/.vs/cst116-ch7-debugging-Taylorrog/v17/Browse.VC.db Binary files differindex f19b176..3fd018d 100644 --- a/.vs/cst116-ch7-debugging-Taylorrog/v17/Browse.VC.db +++ b/.vs/cst116-ch7-debugging-Taylorrog/v17/Browse.VC.db diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite Binary files differindex ec73faa..13328a1 100644 --- a/.vs/slnx.sqlite +++ b/.vs/slnx.sqlite 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 |