aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Stark-Psuedocode.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging-Stark-Psuedocode.txt')
-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