1
Examples: 33 <==> 1001010001 binaryGap(33) ==> "3" 15 <=>1111 binaryGap(15) ==> "0"
public static int binaryGap(int val) { }