What will be the value of “num” after the following statements? int num; num = (5+4); num = num / 9; num = 12;
0
1
12
9