Problem
Define a structure to represent a binary search tree based on pointers and the add, search and print operations. Write a program that allows the integers shown below to be entered into the tree, that prints the contents of the tree, then that search for each element in the tree indicating on the screen the number and if it was found or not.
Data: