From 8eefcf033fef4e43186aa139b04c8a5ea66aa176 Mon Sep 17 00:00:00 2001 From: Bold Demchig Date: Wed, 19 Oct 2022 21:08:24 -0700 Subject: Here is my pseudocode for Ch9. --- CST116-Ch9-Debugging/CST116-Ch9-Pseudocode-Bold.txt | 8 ++++++++ Pseudocode | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 CST116-Ch9-Debugging/CST116-Ch9-Pseudocode-Bold.txt create mode 100644 Pseudocode diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Pseudocode-Bold.txt b/CST116-Ch9-Debugging/CST116-Ch9-Pseudocode-Bold.txt new file mode 100644 index 0000000..b08998b --- /dev/null +++ b/CST116-Ch9-Debugging/CST116-Ch9-Pseudocode-Bold.txt @@ -0,0 +1,8 @@ +CST116-Ch9-Bold-pseudocode + +1. Declare the prototype functions above the main() +2. Call up the functions in main such as GegAge, CalcDays and PrintResults. +3. Go to function GetAge and return age goes back to main. +4. Go to function CalcDays and return days goes back to main. +5. Go to function PrintResults; + diff --git a/Pseudocode b/Pseudocode new file mode 100644 index 0000000..b08998b --- /dev/null +++ b/Pseudocode @@ -0,0 +1,8 @@ +CST116-Ch9-Bold-pseudocode + +1. Declare the prototype functions above the main() +2. Call up the functions in main such as GegAge, CalcDays and PrintResults. +3. Go to function GetAge and return age goes back to main. +4. Go to function CalcDays and return days goes back to main. +5. Go to function PrintResults; + -- cgit v1.2.3