What will be the value of “num” after the following statements? int num; num = (5+4); num = num / 9; num = 12;
Reveal answer
Fill a bubble to check yourself
What will be the value of “num” after the following statements? int num; num = (5+4); num = num / 9; num = 12;