CSSE 120 — Introduction to Software Development

Homework 5

Reminder: for each class session and associated homework:
  • You do the Reading Quiz on Angel.
  • You do all other work in Eclipse in the project that you checked out for that session.
  • You turn in your Eclipse work by committing that project:
    • Right-click on the project name in the Package Explorer view.
    • Select Team ~ Commit
    • In the message box that appears, put a message to yourself if you wish (eventually, these messages will be for your teammates) and press OK.

  1. Complete the assigned reading for the next session, Zelle sections 5.1-5.5.
  2. (25 pts) Complete the ANGEL quiz over this reading. You'll find this on the course ANGEL page, under Lessons → Homework → Homework 5 → String Manipulation
  3. (30 points: 10 each for pizza, polygon and star, as describe in the module) Complete the following module that you may have began in class: 3-circlePictures.py.