Answer:
When searching for articles using library databases, the following tips should increase the relevance of your results. Quotation marks around two or more keywords - phrase searching - ensures that the results will include the exact phrase.
Explanation:
16 in Binary is ob10000
32 in Binary ob100000
I'm not sure if those are in 8 bit or not.
MaxNumber = 0
minNumber = INT_MAX
for n in list:
if( n > maxNumber):
maxNumber = n
elif( n < minNumber ):
minNumber = n