diff options
| author | Trenton Stark <[email protected]> | 2022-10-26 18:10:55 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-10-26 18:10:55 -0700 |
| commit | 12d5b64f09b21e0a4661f18bfa0d93bd9bfa7806 (patch) | |
| tree | 42ede7fcd537b15002350719dfdf9e3868cd07f3 | |
| parent | Finished (diff) | |
| download | cst116-ch10-debugging-stark-12d5b64f09b21e0a4661f18bfa0d93bd9bfa7806.tar.xz cst116-ch10-debugging-stark-12d5b64f09b21e0a4661f18bfa0d93bd9bfa7806.zip | |
Fixed psuedo code
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging-Stark-Psuedocode.txt | 3 |
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 |