Final Group or Individual Project for CSC172: Sets

Final Project End Goal

Part of your final project: Final Project Step: Sets: Use a set to show the unique list and count of two of your item's components.

Also, incorporate the displaying to the screen that you created in the first project portion into the menu.

When you are done, you will have these menu options:

a - add

c - change

d - delete

s - show the file

g - show the list of unique values in one of your item's variables

h - show the list of unique values in one of your item's variables

x - exit

When option s is chosen, show the items in the file, just as you did in your first project.

When option go or h is chosen, show all the unique values for that column. Put the count of those values at the bottom.

Both group members should turn in the same program. Put both group member names at the top of the program.

Here are some movies to help: (to see the movies, use Internet Explorer or Firefox, not Chrome, and maybe download the ipod video. If that fails, try right the option to download the wmv files directly)

Embedded Movie WMV Movie IPAD Movie
Here is a movie showing these new options working in a menu wmv file  
Here is a movie showing how sets can be used to find the unique values for one instance variable in a class wmv file  
     

More Movies:

Please refer to the ArrayList step of the project for its construction movies, including how that project should work when it is complete.