diff options
Diffstat (limited to 'CST116-Ch9-Debugging/Ch9-psuedocode.txt')
| -rw-r--r-- | CST116-Ch9-Debugging/Ch9-psuedocode.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CST116-Ch9-Debugging/Ch9-psuedocode.txt b/CST116-Ch9-Debugging/Ch9-psuedocode.txt new file mode 100644 index 0000000..6f25821 --- /dev/null +++ b/CST116-Ch9-Debugging/Ch9-psuedocode.txt @@ -0,0 +1,5 @@ +Set variable age = 0 +Set variable days = 0 + +Define variable years to user by (years * 365) +Read output to user |