I am working through a problem which i was able to solve, all but for the last piece - i am not sure how can one do multiplication using bitwise operators:
0
I believe this should be a left shift. 8 is 2^3, so left shift 3 bits:
2 << 3 = 8