find f(7) for:

f(x)=square root(x)+5 if x>5
f(x)=6 if x<or=5

F(x) = sqrt(X) + 5.

F(7) = sqrt(7) + 5 =