aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch10-Debugging
diff options
context:
space:
mode:
authorTrenton Stark <[email protected]>2022-10-26 18:10:55 -0700
committerTrenton Stark <[email protected]>2022-10-26 18:10:55 -0700
commit12d5b64f09b21e0a4661f18bfa0d93bd9bfa7806 (patch)
tree42ede7fcd537b15002350719dfdf9e3868cd07f3 /CST116-Ch10-Debugging
parentFinished (diff)
downloadcst116-ch10-debugging-stark-12d5b64f09b21e0a4661f18bfa0d93bd9bfa7806.tar.xz
cst116-ch10-debugging-stark-12d5b64f09b21e0a4661f18bfa0d93bd9bfa7806.zip
Fixed psuedo code
Diffstat (limited to 'CST116-Ch10-Debugging')
-rw-r--r--CST116-Ch10-Debugging/CST116-Ch10-Debugging-Stark-Psuedocode.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Stark-Psuedocode.txt b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Stark-Psuedocode.txt
index 20fc5fd..5525bf7 100644
--- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Stark-Psuedocode.txt
+++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Stark-Psuedocode.txt
@@ -11,8 +11,9 @@ 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 varX[1] to -99
Set each element of varZ to the sum of varX and varY at the same index
-Set varZ[0] t0 -99
+Set varZ[0] to -99
Output the values of all 3 arrays into an aligned table \ No newline at end of file