Page 765 - AP Computer Science A, 7th edition
P. 765

18. (C) Start by converting each of the three numbers to hexadecimal:
14 = (0)(161) + (14)(160) = 0E
20 = (1)(161) + (4)(160) = 14
255 = (15)(161) + (15)(160) = FF
Therefore (14,20,255) = #0E14FF.






























































































   763   764   765   766   767