diff options
| -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 |