diff options
| author | Trenton Stark <[email protected]> | 2022-10-14 23:43:54 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-10-14 23:43:54 -0700 |
| commit | 34008f46273a22ef70c5595a031b5cd6f9e55aeb (patch) | |
| tree | 0aba355918032c2a0f6fccdf5fe6a99484ad89ea | |
| parent | Added output file (diff) | |
| download | cst116-ch9-debugging-stark-main.tar.xz cst116-ch9-debugging-stark-main.zip | |
| -rw-r--r-- | CST116-Ch9-Debugging/CST116-Ch9-Debugging-Psuedo-Code.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging-Psuedo-Code.txt b/CST116-Ch9-Debugging/CST116-Ch9-Debugging-Psuedo-Code.txt new file mode 100644 index 0000000..d3849b0 --- /dev/null +++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging-Psuedo-Code.txt @@ -0,0 +1,8 @@ +Set age to 0 +Set days to 0 + +set age to prompted user input +set days to age * 365 + +print age + "! Boy are you old!" +print "Did you know that you are at least "+ days + " days old?"
\ No newline at end of file |