Binary search problem

You are to find out what number is chosen by jury. Number is an integer from 1 to 100 inclusive. Each turn you can guess it, jury will reply > if actual number is greater, < if smaller and = if you found it. You are not able to do more than 10 suggestions.