Midterm
In this midterm assignment you will be asked to use your tool kit of code to complete an application.
This application will require you to use some of the programming skills we have learned in the first part of the class. This app will be similar to something you have already been asked to do in the lab assignments (So if you are up to date with your lab assignments you may have part of this done when you walk into the room)
  • One key item to remember is comments -- code without comments does not get a high grade and comments without code is a great place to start.
  • Higher scores will result from your proper use of exception handling and/or User Input Validation (The user should not be able to break your app by entering something unexpected).
  • This is an open tool kit test, so any code you have written can be used. In fact, if you were to write your notes in the form of code (comments) you would be able to use them as well.
  • You will turn your code in at the end of class.
Return to Assignments Index