Objective Today, we're working with binary numbers. Task Given a base- integer, , convert it to binary (base- ). Then find and print the base- integer denoting the maximum number of consecutive 's in 's binary representation. When working with different bases, it is common to show the base as a subscript. Example The binary representation of ...
Programming for everybody...