From 12d5b64f09b21e0a4661f18bfa0d93bd9bfa7806 Mon Sep 17 00:00:00 2001 From: Trenton Stark Date: Wed, 26 Oct 2022 18:10:55 -0700 Subject: Fixed psuedo code --- CST116-Ch10-Debugging/CST116-Ch10-Debugging-Stark-Psuedocode.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3