- John Meyer
- Bri Clements
- Noah Sheridan
- Tianyu Zhang
- Ranyang Hu
This project solves the following challenges from ProjectEuler.net and from an instructor-given problem sheet:
- Problem 1
- Problem 6
- Problem 16
- Problem 17
- Problem 47
- Question 6 from "More Looping" Problem Sheet
- Question 11 from "More Looping" Problem Sheet
- Question 23 from "More Looping" Problem Sheet
To start the project, run java Main
.
- 40 points for completeness – The program meets with all the things it is required to do.
- 10 points for usability – The program uses features to make the program as easy to use as possible. This includes special instructions to the users, documentation, input validation, etc.
- 10 points for source code – The program follows format and comment guidelines in source code in a way that is consistent with what we have learned in CSE 174.
- 10 points for file handling – At least one of the programs use the file handling concept.
- 10 points – If your program does "what it should", and meets the expectations, your score for this part will be 10 points. If your program goes above and beyond expectations (you learned some new features, or your program stands out in some positive ways), you could earn extra points here.