Use any high-level programming language you wish for the following programming exercises. Do not call built-in library functions that accomplish these tasks automatically. (Examples are sprintf and sscanf from the Standard C library.) Work Items 1. Write a function that receives a string containing a 16-bit binary integer. The function must return the string is integer value (decimal). 2. Write a function that receives a string containing a 32-b