First you need to decide if you are doing an iterative or recursive add (create) function. As it stands, you're basically doing an iterative insert, but call the create function recursively to get...