From 231ca46a8b258cfb521a241f0758181646e7ed05 Mon Sep 17 00:00:00 2001 From: Bold Demchig Date: Wed, 19 Oct 2022 21:15:11 -0700 Subject: Here is my output. --- CST116-Ch9-Debugging/CST116-Ch9-Batbold-Output.jpg | Bin 0 -> 141472 bytes CST116-Ch9-Debugging/CST116-Ch9-Pseudocode-Bold.txt | 8 -------- 2 files changed, 8 deletions(-) create mode 100644 CST116-Ch9-Debugging/CST116-Ch9-Batbold-Output.jpg delete mode 100644 CST116-Ch9-Debugging/CST116-Ch9-Pseudocode-Bold.txt diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Batbold-Output.jpg b/CST116-Ch9-Debugging/CST116-Ch9-Batbold-Output.jpg new file mode 100644 index 0000000..a12aa8a Binary files /dev/null and b/CST116-Ch9-Debugging/CST116-Ch9-Batbold-Output.jpg differ diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Pseudocode-Bold.txt b/CST116-Ch9-Debugging/CST116-Ch9-Pseudocode-Bold.txt deleted file mode 100644 index b08998b..0000000 --- a/CST116-Ch9-Debugging/CST116-Ch9-Pseudocode-Bold.txt +++ /dev/null @@ -1,8 +0,0 @@ -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