Return Function Tests
Students writes a function named add_five()
that takes an integer as a parameter and returns 5 plus the parameter value.
Grading Tests:
Sample Solution:
example.rb
Last updated
Students writes a function named add_five()
that takes an integer as a parameter and returns 5 plus the parameter value.
Last updated