diff options
Diffstat (limited to 'Pseudocode')
| -rw-r--r-- | Pseudocode | 8 |
1 files changed, 8 insertions, 0 deletions
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; + |