diff options
| author | alexandra-apetroaei <andra@MSI> | 2022-10-18 17:47:19 -0800 |
|---|---|---|
| committer | alexandra-apetroaei <andra@MSI> | 2022-10-18 17:47:19 -0800 |
| commit | 3e3a075a90d4e2ed5e1a7f7881f23d4e708f5f08 (patch) | |
| tree | 9f4b72a4b0e79251cbba74246949eeb188250228 /CST116-Ch9-Debugging/psuedocode.txt | |
| parent | change (diff) | |
| download | cst116-ch9-debugging-alexandra-apetroaei-3e3a075a90d4e2ed5e1a7f7881f23d4e708f5f08.tar.xz cst116-ch9-debugging-alexandra-apetroaei-3e3a075a90d4e2ed5e1a7f7881f23d4e708f5f08.zip | |
added psuedocode
Diffstat (limited to 'CST116-Ch9-Debugging/psuedocode.txt')
| -rw-r--r-- | CST116-Ch9-Debugging/psuedocode.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CST116-Ch9-Debugging/psuedocode.txt b/CST116-Ch9-Debugging/psuedocode.txt new file mode 100644 index 0000000..e34e193 --- /dev/null +++ b/CST116-Ch9-Debugging/psuedocode.txt @@ -0,0 +1,7 @@ +Enter varialble age +Enter variable days +Set variable days in a year to 365 + +Multiply variable years by variable days in a year + +Print results
\ No newline at end of file |