Introduction
In this lab, you will learn about the numberOfLeadingZeros()
method of the Integer
class in Java. This method is used to return the number of zero bits that are preceding the highest-order one bit (leftmost) of the two's complement of the int value passed as an argument.