Goal:Program with conditions and loops
This homework is due Wednesday, October 17 at 5 PM. Use the web service e-turnin to submit your work electronically. You may turn in revisions of your homework up to the time it is due.
Problem 1 in this assignment is an individual problem. Problems 2 and 3 should be done as Pair Programming. Make sure you include both partners' names in a comment at the beginning of each source file submitted.
Problem 3.1 - Loops | |
| Time Estimate | 2 hours. |
| Readings | Liang Chapter 4 |
| Turn in | problem3_1.txt |
| Points | 30 |
| This is an individual assignment problem, not a pair problem. | |
The full description of this problem can be found at problem description for 3.1.
Problem 3.2 - Number guessing game | |
| Time Estimate | 2 hours. |
| Readings | Liang Chapter 4 |
| Turn in | HighLow.java |
| Points | 35 |
| This is a Pair Programming assignment problem. | |
The full description of this problem can be found at problem description for 3.2.
Problem 3.3 - Iteration to find GCD | |
| Time Estimate | 2 hours |
| Readings | Liang Chapter 4 |
| Turn in | GCDTest.java |
| Points | 35 |
| This is a Pair Programming assignment problem. | |
The full description of this problem can be found at problem description for 3.3.