Google News
logo
R - Quiz(MCQ)
How do you start writing an if statement in R?
A)
if (x > y)
B)
if x > y:
C)
if x > y then:
D)
None of the above

Correct Answer :   if (x > y)

Advertisement