Download: https://solutionzip.com/downloads/lab05b/
Lab Questions
Big Java, Late Objects / Java for Everyone, 2e
Chapter Number: 4 Loops
4) You can test to see if an integer, x, is even or odd using the Boolean expression (x / 2) * 2 == x. Integers that a