The file must be called week7Prog.cpp

Main method:

  • Create Binary Search Tree that will accept integers in this order: 35, 18, 48, 72, 60, 25
  • Refer to page 537 Example 10-8 for example code.
  • Ask user for input and search tree utilizing integer input.
  • Return “True” if integer is found or “False” if number is not found in tree.
  • Methods utilized are up to your discretion.
  • See example below for desired output.
  • Include: system("PAUSE"); after your output to pause the screen.

Ensure you include ALL files required to make your program compile and run. I would like to see your .cpp file and the .exe file that is inside your debug directory.

Example output of your program

Enter Integer to search for: 12
False
Enter Integer to search for: 60
Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.