aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch9-Debugging/psuedocode.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CST116-Ch9-Debugging/psuedocode.txt')
-rw-r--r--CST116-Ch9-Debugging/psuedocode.txt7
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