aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Stark-Psuedocode.txt
diff options
context:
space:
mode:
authorTrenton Stark <[email protected]>2022-10-23 18:25:29 -0700
committerTrenton Stark <[email protected]>2022-10-23 18:25:29 -0700
commit27cf976f8edd68acb642c26b9f921bdc680c6a8d (patch)
treeb960098c3e609182b3ff2e639c63e993b7715dc8 /CST116-Ch10-Debugging/CST116-Ch10-Debugging-Stark-Psuedocode.txt
parentAdded output file (diff)
downloadcst116-ch10-debugging-stark-27cf976f8edd68acb642c26b9f921bdc680c6a8d.tar.xz
cst116-ch10-debugging-stark-27cf976f8edd68acb642c26b9f921bdc680c6a8d.zip
Added psuedo code
Diffstat (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging-Stark-Psuedocode.txt')
-rw-r--r--CST116-Ch10-Debugging/CST116-Ch10-Debugging-Stark-Psuedocode.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Stark-Psuedocode.txt b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Stark-Psuedocode.txt
index e69de29..49a7fc6 100644
--- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Stark-Psuedocode.txt
+++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Stark-Psuedocode.txt
@@ -0,0 +1,18 @@
+Trenton Stark
+CST-116
+Chapter 10 Debugging
+
+Psuedo Code:
+Create 3 arrays with an SIZE number of elements varX, varY, varZ
+
+Input first and last name into 2d char array
+Output welcome message with name
+
+Set each element of varX to the value of its index
+Set each element of varY to the value of its index + 100
+
+Set each element of varZ to the sum of varX and varY at the same index
+
+Set varZ[0] t0 -99
+
+Output the values of all 3 arrays into an aligned table