From 305a7701cc673e954fc8882afa1d4192e47dee38 Mon Sep 17 00:00:00 2001 From: jacobdw22 Date: Wed, 5 Oct 2022 16:48:28 -0700 Subject: final changes --- CST116-Ch7-Debugging/cst116-ch7-debugging-wilson-pseudo-code.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CST116-Ch7-Debugging/cst116-ch7-debugging-wilson-pseudo-code.txt (limited to 'CST116-Ch7-Debugging/cst116-ch7-debugging-wilson-pseudo-code.txt') diff --git a/CST116-Ch7-Debugging/cst116-ch7-debugging-wilson-pseudo-code.txt b/CST116-Ch7-Debugging/cst116-ch7-debugging-wilson-pseudo-code.txt new file mode 100644 index 0000000..35efba1 --- /dev/null +++ b/CST116-Ch7-Debugging/cst116-ch7-debugging-wilson-pseudo-code.txt @@ -0,0 +1,7 @@ +Display "Enter your age: "; +Read age; +If age = 1, display "First Birthday"; +If age >= 12 and age <= 19, display "Teenager"; +If age < 12, display "Child"; +If age > 62, display "Senior"; +Else, display "Adult"; \ No newline at end of file -- cgit v1.2.3