diff --git a/content/ta/spring2022/csci2600/recitation07.md b/content/ta/spring2022/csci2600/recitation07.md index 1f53323..70b79c5 100644 --- a/content/ta/spring2022/csci2600/recitation07.md +++ b/content/ta/spring2022/csci2600/recitation07.md @@ -21,8 +21,8 @@ x = x + 5; { } y = 2 * y; { } -if (z < 12) { - y = -z; +if (x < 12) { + y = -x; { } } else { y = -6 * y;