diff options
| author | Bold Demchig <[email protected]> | 2022-10-19 21:08:24 -0700 |
|---|---|---|
| committer | Bold Demchig <[email protected]> | 2022-10-19 21:08:24 -0700 |
| commit | 8eefcf033fef4e43186aa139b04c8a5ea66aa176 (patch) | |
| tree | ebedb2a4191e771866835c12becad69d107efa16 /CST116-Ch9-Debugging | |
| parent | I pushed my Ch9 debugging here. (diff) | |
| download | cst116-ch9-debugging-batbold74-8eefcf033fef4e43186aa139b04c8a5ea66aa176.tar.xz cst116-ch9-debugging-batbold74-8eefcf033fef4e43186aa139b04c8a5ea66aa176.zip | |
Here is my pseudocode for Ch9.
Diffstat (limited to 'CST116-Ch9-Debugging')
| -rw-r--r-- | CST116-Ch9-Debugging/CST116-Ch9-Pseudocode-Bold.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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; + |