In this lecture we looked at how to convert numbers between decimal (base 10), binary (base 2) and hexadecimal (base 16).
Your challenge is to take the number 173 (or any integer of your choice) and;
- Find the binary representation of the number
- Find the hexadecimal representation
Pop your answer below and remember to use the spoiler tags.