This is a skeleton scaffold for creating a binary to decimal converter. Use the pieces of the puzzle to complete. Level 1: Use the Place Value list to convert a byte to decimal. Level 2: Don't use a list, calculate the place value each time. Level 3: Modify your program to take a binary value larger than a byte. Level insanity: Add an option to covert decimal to binary.