Which one is the correct formula for UCBRF where N is the division factor?
A. INT(N/16)
B. INT([(N/16) - INT(N/16)] × 16)
C. INT([(N/16) - INT(N/16)] / 16)
D. INT([(N*16) - INT(N*16)] / 16)