aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBold Demchig <[email protected]>2022-10-19 21:15:11 -0700
committerBold Demchig <[email protected]>2022-10-19 21:15:11 -0700
commit231ca46a8b258cfb521a241f0758181646e7ed05 (patch)
tree9c329e7edfe21a274800bc78540a1744caf69daf
parentHere is my pseudocode for Ch9. (diff)
downloadcst116-ch9-debugging-batbold74-main.tar.xz
cst116-ch9-debugging-batbold74-main.zip
Here is my output.HEADmain
-rw-r--r--CST116-Ch9-Debugging/CST116-Ch9-Batbold-Output.jpgbin0 -> 141472 bytes
-rw-r--r--CST116-Ch9-Debugging/CST116-Ch9-Pseudocode-Bold.txt8
2 files changed, 0 insertions, 8 deletions
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
--- /dev/null
+++ b/CST116-Ch9-Debugging/CST116-Ch9-Batbold-Output.jpg
Binary files 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;
-