Sail E0 Webinar
Question
if (a == 1||b == 2){} can be written as:
Options:
A .  if (a == 1)     if (b == 2){}
B .  if (a == 1){}     if (b == 2){}
C .  if (a == 1){}     else if (b == 2){}
D .  None of the mentioned
Answer: Option D


none



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :


Latest Videos

Latest Test Papers