Supply a static method that computes the number of binary digits in a given integer. For example,
Numbers.binaryDigits(20)
should return 5 because 20 is 101002.