A. Write a method in Java to find the size of a block when one address in the block (in CIDR notation) is given.
B. Write a method in Java to find the range of addresses when the beginning and the ending addresses are given.
C. Repeat Example 11.4 using the concurrent approach.