hackerrank Day 10: Binary Numbers Task Given a base-10integer,n, convert it to binary (base-2). Then find and print the base-10integer denoting the maximum number of consecutive1's inn's binary representation.