aboutsummaryrefslogtreecommitdiff
path: root/CST116F2021-Lab3/TextFile1.txt
blob: 8fa4ba7da9857d699120f32d8fc38bf2361fdde6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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