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. Input FormatA single integer,n. Constraints1 <= n <= 10^6 Output FormatPrint...