# Problem ```c var1 = 13 << 4; ``` What is the hex value that would end up in the `var1` variable after executing the instruction `var1 = 31 << 10;`? # Process # Answer