Which code segment results in "true" being returned if a number is odd? Replace "MISSING CONDITION" with the correct code segment.
a) num % 2 == 0;
b) num % 2 ==1;
c) num % 1 == 0;
d) num % 0 == 2;
![Which code segment results in true being returned if a number is odd Replace MISSING CONDITION with the correct code segment a num 2 0 b num 2 1 c num 1 0 d num class=](https://us-static.z-dn.net/files/d43/58a4329857fc339fa55b4a1b839049e1.png)