Q221
How do you start writing an if statement in Kotlin?
A.
if x > y then
B.
if (x > y)
AnswerC.
if x > y()
D.
if x > y
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board