CODING
Double the number
Implement solve(input) that returns the input multiplied by 2.
Define a function named solve(input).
Your solution
Log in to submit a solution.
Implement solve(input) that returns the input multiplied by 2.
Define a function named solve(input).