Difference between revisions of "Case Study IV"

From CompSciWiki
Jump to: navigation, search
Line 1: Line 1:
 
{{
 
{{
 
1010Topic
 
1010Topic
|Introduction=Introduction goes here.
+
|Introduction=Now that you have [[Case_Study_I | fixed your code]], added loops to make it [[Case_Study_II| more compact]], and broken your code into logical tasks called [[Case_Study_III| methods]], we will take a look at further organizing your code on day four at Funky Books Inc. These modifications will be made to your previous Case Studies' code using the Array structures.
  
|Overview=Overview goes here.
+
|Overview=You will apply your knowledge gained from the previous [[Arrays | chapter on arrays]] to further organize your code.
  
 
|Chapter_TOC=[[Java Fundamentals]]
 
|Chapter_TOC=[[Java Fundamentals]]

Revision as of 15:08, 5 December 2007

COMP 1010 Home > Java Fundamentals


Introduction

Now that you have fixed your code, added loops to make it more compact, and broken your code into logical tasks called methods, we will take a look at further organizing your code on day four at Funky Books Inc. These modifications will be made to your previous Case Studies' code using the Array structures.

   

{{{Body}}}



Solution

Case Study IV - 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 III: Day Three at Funky Books Inc.