Question: This week, your task is to develop a multi-functional Binary-Decimal Converter (or Binary-Decimal-Hex Converter to earn extra credit) that: 1. Asks the user to choose

This week, your task is to develop a multi-functional Binary-Decimal Converter (or Binary-Decimal-Hex Converter to earn extra credit) that: 1. Asks the user to choose a conversion type 2. accepts the user's input 3. verifies that the input is valid 4. calculates the proper conversion If you include hexadecimal conversion you will earn up to 4 points of extra credit! This program should ask the user to select one of the following four options (two options if you do NOT do the extra credit): 1. Binary-Decimal Conversion 2. Decimal-Binary Conversion 3. Hex-Decimal Conversion 4. Decimal-Hex Conversion NOTE: You are NOT allowed to use the Python built-in methods such as bin(255), hex(255), int('111111111', 2) OR int('11111111', 16). We have learned the theoretical concepts in class to do this
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
