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

(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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!