Below are some typical questions student have about CSE131. If your question isn't answered here, please ask!
General questions are answered below. If you have a question about a particular assignment, see the FAQ page for that course module.
Pay attention to the wording of each method's specification and name and declare your methods appropriately.
Read the lab specification carefully and make sure your methods work on all parameters that could be supplied, including negative ones. If the specification says your method takes a positive integer, don't worry, we will only send you positive integers. However, if the specification says your method takes an integer, then worry.
Remember to use helper methods that can assume things about their parameters (such as, they are all positive), and then handle the special cases by calling your helper methods appropriately.
The most common problem is that you are not authenticating correctly with the server.
- For your username, be sure to supply your WUSTL key name but spell it completely in lower case. For example, if you are used to typing John.Doe as your user name, type it in as john.doe.
- For your password, be sure to supply the password you use for logging into WebSTAC, and spell it just as you type it in to WebSTAC. For example, if your password is NobodyWillGuessThis, then type in NobodyWillGuessThis.
In other words, re-download the eclipse project from the website, but this time unzip the files to your desktop.
If you have significant experience in object-oriented programming, particularly in Java or C++, you should discuss your background with the instructor to determine if this course is appropriate.