29.8125
5.3333
1.3125
0.5714
6.25
unsigned binary_to_gray (unsigned num) { return num ^ (num >> 1); } unsigned gray_to_binary (unsigned num) { /* note: assumes num is no more than 32-bits in length */ num ^= (num >> 16); num ^= (num >> 8); num ^= (num >> 4); num ^= (num >> 2); num ^= (num >> 1); return num ; }
Sixteen hundredths is 16/100 as a fraction and as a decimal it is 0.16 In the nomenclature of decimals the --.1 is a tenth and the --/06 is a hundredth. The next num,ber to the right would be a thousandth.
10.125
48 and 16/30
The answer is: 477
16.2857
0.5625
16.6667