# Problem ```c var3 = 13 | 6; ``` What is the hex value that would end up in the `var3` variable after executing the instruction `var3 = 0xF2 | 7;`? # Process # Answer