Which operator is used to check if a value is less than or equal to another value in R?

Which operator is used to check if a value is less than or equal to another value in R?

a) <
b) ==
c) <=
d) >=

Answer:

c) <=

Explanation:

The <= operator checks if a value is less than or equal to another value in R.

Reference:

R Programming – Operators MCQ Questions and Answers

Leave a Comment

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

Scroll to Top