# Problem ```c var2 = 0x36 >> 2; ``` What is the hex value that would end up in the `var2` variable after executing the instruction `var2 = 0x0 << 0b1 >> 1;`? # Process # Answer