SelectSmart.comSelectSmart.com
Before you decide
Over 20,000 selectors
yoshibear1009's flowchart create and edit page

▷ ▶ comp150 SelectSmart.com free Computer flowcharts and decision trees.
Computercomp150
By yoshibear1009
Category: Computer. Viewed 596 times. Created November 2013.     Disclaimer.   
    Make your own flowchart
                
RATE THIS
FLOWCHART






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()