diff options
| author | WiserJ <[email protected]> | 2021-10-13 16:14:36 -0700 |
|---|---|---|
| committer | WiserJ <[email protected]> | 2021-10-13 16:14:36 -0700 |
| commit | bd09725b48865821de506419fd964c0372554e0c (patch) | |
| tree | 55751250ca7aab8403eac3b18ec0de08bbc84876 /CST116F2021-Lab3/TextFile1.txt | |
| parent | Add online IDE url (diff) | |
| download | cst116-lab3-jeffwoit-bd09725b48865821de506419fd964c0372554e0c.tar.xz cst116-lab3-jeffwoit-bd09725b48865821de506419fd964c0372554e0c.zip | |
a
Diffstat (limited to 'CST116F2021-Lab3/TextFile1.txt')
| -rw-r--r-- | CST116F2021-Lab3/TextFile1.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CST116F2021-Lab3/TextFile1.txt b/CST116F2021-Lab3/TextFile1.txt new file mode 100644 index 0000000..8fa4ba7 --- /dev/null +++ b/CST116F2021-Lab3/TextFile1.txt @@ -0,0 +1,14 @@ +p.126 + 1. a += 25; + 2. b *= a * 2; + 3. b += 1; + 4. c %= 5; + 5. b /= a; + +p. 148 + 1. should be >= + 2. should be == + 3. should be != + 4. should be 'A' + 5. > won't work with an integer and a character + 6. -10 isn't being compared to anything
\ No newline at end of file |