From 6c28920247b055aa9a6e8f1696df04d939d9e1c2 Mon Sep 17 00:00:00 2001 From: Anibal LopezBonilla Date: Wed, 12 Oct 2022 22:07:15 -0700 Subject: Added Pseudocode File Push 7 --- Chapter 7 Debugging Pseudocode.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Chapter 7 Debugging Pseudocode.txt diff --git a/Chapter 7 Debugging Pseudocode.txt b/Chapter 7 Debugging Pseudocode.txt new file mode 100644 index 0000000..9870932 --- /dev/null +++ b/Chapter 7 Debugging Pseudocode.txt @@ -0,0 +1,18 @@ +Chapter 7 Pseudocode + +Set age to zero + +Display Enter your Age + +Input Age + +if the age == 1 + Display first birthday +else if the age is betwween the range of 12 and 19 + Display Teenager +else if the age is less than 12 + Display Child +else if the age is greater than 62 + Display Senior +else + Display Adult -- cgit v1.2.3