at Jacksonville Bitwise Program-Florida State College .
Bitwise Class Activity • Write a program that will ask the user for an unsigned integer. • Then ask the user whether they want to shift right or left. • Then ask them how many bits to shift it. • After getting all the values perform the bitwise operation. • Print out the resulting integer value in decimal. • No getopt is needed. • Use integer value 8, use left shift, use 2 bits for how many.