making of a 3 bit binary number from three individual 1 bit value.
i have three nos value like a , b and c. and each are 1 bit binary value. how i convert it into a three bit binary value where a is the most significant bit and c is the least significant bit and b ...