Difference between revisions of "Case Study III"

From CompSciWiki
Jump to: navigation, search
Line 4: Line 4:
  
 
[[Category:Sample Questions]]
 
[[Category:Sample Questions]]
 +
 +
=Code=
  
 
=Solution=
 
=Solution=
Line 14: Line 16:
  
 
[[Category:Sample Questions]]
 
[[Category:Sample Questions]]
 
=Code=
 

Revision as of 20:10, 5 December 2007

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}}}

Code

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.