Question: If \'A\' in hexadecimal is equal to 10 in decimal, what is \'A + 5\' in hexadecimal?
Options:
Correct Answer: F
Solution:
\'A\' (10) + 5 = 15, which is \'F\' in hexadecimal.