Computercomp150
A SelectSmart.com Flowchart by yoshibear1009
To print this page, right mouse click, open "Print preview", "Print" or a similar option depending on your browser, then use the controls to size this page appropriately. Go to SelectSmart.com/flowchart/flowchart.php?id=1000936 for the original version of this flowchart. Find and create other free decision making tools at SelectSmart.com. Use our interactive selectors to find the best college, best career, right religion, most appropriate dog breed, best college major and more.  
SelectSmart.com SelectSmart.com®
Make Your Own Flowchart
© SelectSmart.com. All Rights Reserved.
Stuff

                 
 
 
main() -> menu()
 
 









if edit()
if sortSelect() prompt user if they want to sort by name or ID
if entry() prompt user for entry/ies, return to menu() when quit is entered
if retrieve() prompt user for the name of the data entry/ies they want retrieved, then returns to menu()
if remove() prompt user for the name of the data entry/ies they want removed, then returns to menu()









if sortID() sorts the names by ID then returns to menu()
 
if sortName() sorts the names by last name then returns to menu()