Case Study III

From CompSciWiki
Revision as of 20:10, 5 December 2007 by Mallory (Talk | contribs)

Jump to: navigation, search

COMP 1010 Home > Case Study III


Introduction

On your first day working at Funky Books Inc. you fixed some broken code (see Case Study I). Yesterday you modified the code for checking ISBNs to make the code more compact. You did this by using different kinds of loops (see Case Study II). The following Case Study will outline the events of your third day at Funky Books Inc. Today you will be modifying the same code, but this time you will be breaking the different tasks into methods.

This section will provide a real life problem that you will encounter on your third day working at Funky Books Inc. A solution will be provided at the end of the Case Study.

   

{{{Body}}}

Solution

Case Study III - Solution

Links To Other Case Studies

Case Study I: Day One at Funky Books Inc.
Case Study II: Day Two at Funky Books Inc.
Case Study IV: Day Four at Funky Books Inc.

Code