If you are using the new text (Lewis and Loftus), you should still try these problems, but also Ch.5 of your text, #5.1-5.6, 5.26, 5.28, 5.30-5.32, 5.34.
f. x != 4 || x != 5 g. x + 2 != y h. x == 8 || y == 8 || z == 8
i. (y < z && y < x) || y >= x j. x != 4 && z/(x-4) == 1 k. z/(x-4) == 1 && x != 4
Given that i and j are int variables. Simplify each of the following: helpful
d. !(i <= 10 && i > 0) e. !((i <= 10 && i > 0) || j > 0) f. !(i != 0 || j != 0)
a. Write a statement that will increment x by 1 only if done is false
b. Write a statement that will increment x by 1 only if x is less than max
0-3 credit hours:   $500
4-6 credit hours: $750
7-9 credit hours: $1000
10 or more credit hours: $1250
solutions for the above problems
Solutions for Lewis and Loftus #5.1 (MinOfThree), 5.2-5.6, 5.26, 5.28, 5.30-5.32, 5.34.