Question: (Binary to Decimal conversion). Write a function called Bin2Dec that takes 3 bit values and print the decimal representation of this number. For example, given
(Binary to Decimal conversion). Write a function called Bin2Dec that takes 3 bit values and print the decimal representation of this number. For example, given the number Bin2Dec (1,0,0), the function should print 4. Write a main function that call Bin2Dec function to display the results of converting numbers from 000 to 111 into decimal. (Hint: use multiplication of 2 in the conversion)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
