This lab has three sections. In Section 1, you design and code a Java program that reads an integer and determines and reports if the integer was an odd or even number. In Section 2, you are asked to write a program that generates an invoice for a hardware store. In Section 3, please design and code a credit limit calculator. The detailed instructions appear below. SECTION 1: Odd or Even Back to Top Write an application that reads an integer and determines and prints whether that integer is odd or even. (Hint: Use the remainder operator. An even number is a multiple of two. Any multiple of two leaves a remainder of zero when divided by two.) .
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
27 | 28 | 29 | 30 | 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |