Insert the following integer numbers in the left to-right order in a Binary Search Tree
{14,9,5,3,2,0,7,12,2,40}.
What is the height of this tree?
A. 1
B. 2
C. 3
D. 4