Problem
How can you encode a floating-point number in terms of bytes? Do a search on the Web for "floating point." You will find that there are different encodings of floating point numbers. Take a common one like the IEEE Floating Point Standard as an example. Assuming single precision, what is the largest and smallest numbers that you can represent in that encoding?