Difference between revisions of "Carolyn.Rush"
Jump to navigation
Jump to search
(→Assignment 2) |
|||
Line 4: | Line 4: | ||
My intent is to try to create a class "employee" that has the age, tenur and specialization variables. Then I will create arrays for each of the different areas (eg. array of age, array of tenur, array of specialization) and use those to create dots on the screen that represent each employee. | My intent is to try to create a class "employee" that has the age, tenur and specialization variables. Then I will create arrays for each of the different areas (eg. array of age, array of tenur, array of specialization) and use those to create dots on the screen that represent each employee. | ||
+ | |||
+ | ===Project 2b - Scatterplot=== | ||
+ | [http://www.sfu.ca/~cerush/Project_2/DRAFT/applet/ Project_2] | ||
===Assignment 2=== | ===Assignment 2=== |
Revision as of 19:58, 20 October 2008
Project 2a - Scatterplot
Note: Description emailed to Dr. Shaw on October 8, 2008. My proposal for this project would be to take a very basic data set (I may actually generate it myself or try to get something from work) on employee data. For example, it would include: Name, Age, Tenur (time with company), and then Specialization. For this first scatterplot, I will be focusing on age (number), tenur (number) and specialization (colour).
My intent is to try to create a class "employee" that has the age, tenur and specialization variables. Then I will create arrays for each of the different areas (eg. array of age, array of tenur, array of specialization) and use those to create dots on the screen that represent each employee.