General Exercises
Exercise 1
Write a program that will prompt the user to enter an 8 bit binary
number.
Repeat what the user entered, appropriately labeled.
Write code to convert the binary number to a base 10 number.
Write the base 10 number, appropriately labeled.