aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch10-Debugging/CST116-CH10-pseudo-code-Cyrus.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CST116-Ch10-Debugging/CST116-CH10-pseudo-code-Cyrus.txt')
-rw-r--r--CST116-Ch10-Debugging/CST116-CH10-pseudo-code-Cyrus.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CST116-Ch10-Debugging/CST116-CH10-pseudo-code-Cyrus.txt b/CST116-Ch10-Debugging/CST116-CH10-pseudo-code-Cyrus.txt
new file mode 100644
index 0000000..c57c392
--- /dev/null
+++ b/CST116-Ch10-Debugging/CST116-CH10-pseudo-code-Cyrus.txt
@@ -0,0 +1,10 @@
+Create three arrays with a size of constant SIZE (10)
+
+get user name, first and last, and display a welcome message and their name
+assign the values 0-10 to varX and those same values +100 to varY
+
+assign varX+varY to varZ for each set of values with special rule to assign the second value of varX to 99 and then do math
+
+print out 'tab' 'x' 'tab' 'y' 'tab' 'z' and two new lines
+
+then print the information for each value of the arrays in their appropriate columns \ No newline at end of file