In this project, you will:
This assignment has no deliverables; feel free to use this project to mess around with your IDE settings.
Here are some baseline expectations you should meet in all projects:
Follow the course collaboration policies.
DO NOT use or import any classes from
java.util.*
. There are only two exceptions to this rule:
You may import and use java.util.Iterator
and
java.util.NoSuchElementException
.
You may import and use anything from java.util.*
within your testing code.
DO NOT make modifications to instructor-provided code (unless told otherwise). If you need to temporarily change our code for debugging, make sure to change it back afterwards.
Throughout this site, you will run into some blue boxes. You can expand or collapse these boxes by clicking on them.
For example:
The project is split into three parts for readability. No parts have any deliberables.
This part describes IDE setup. Most of the content is from the resource pages; but this part lists them in the easiest order to configure.
Part 1: General Project Overview [UNDER CONSTRUCTION]
This part describes the general format of our projects and some basic expectations.
Part 2: Project Grading [UNDER CONSTRUCTION]
This part describes how we will grade your submissions.