You are attempting to assign a primitive value (int, long, float, etc...) to an object (Box?), which cannot be done (values assigned to objects using equality must be of the same object class). What...