From 70af54aec6435b6d6b5b21fd9485ff1b407b983f Mon Sep 17 00:00:00 2001 From: huntbyrne <114624182+huntbyrne@users.noreply.github.com> Date: Tue, 18 Oct 2022 12:54:03 -0700 Subject: Add files via upload --- CST116-Ch7-Debugging/Ch7 Pseudocode.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CST116-Ch7-Debugging/Ch7 Pseudocode.txt (limited to 'CST116-Ch7-Debugging') diff --git a/CST116-Ch7-Debugging/Ch7 Pseudocode.txt b/CST116-Ch7-Debugging/Ch7 Pseudocode.txt new file mode 100644 index 0000000..1c62012 --- /dev/null +++ b/CST116-Ch7-Debugging/Ch7 Pseudocode.txt @@ -0,0 +1,15 @@ +Ch. 7 Pseudocode + +Begin + When ran + Age = 0 +Input + Age = Your input +If Age: + Is 1 = outputs "First Birthday + Is below 12 = outputs "Child" + Is between 13 and 19 = outputs "Teenager" + Is between 19 and 62 = outputs "Adult" +else: + output = "Senior" +End \ No newline at end of file -- cgit v1.2.3