Immersive Reader
We don't have to call our function f every time; create a function called times-ten that should take a parameter x and return x * 10. Once you've created the function, run times-ten(50).
Input Output
1 10
12 120
31 310
50 500


Answer :

Answer:

1 10

6yx

Explanation: