R Basics-10 - Coding-Conditional Operations- if/else (Hands On) - ClassiCoder
Conditional - If/Else
Perform the following tasks:
1. Check each value of the vector V passed as arguments. If the marks are greater than or equal to 80, print Above_Average. If the marks are less than 80, print Average (in a single line).
2. Note: Function Structure is given as an unalterable code.
Conditional-Operations- if-else-R-Basic |
Conditional-Operations- if-else-R-Basic-Solution |
Post a Comment