โ Back to Functions/Methods
Question 279
Function: Double a Number
Function: Double a Number
Write a functiondoubleValue(int n)that returnsnmultiplied by 2. Call it with21and print the result: 42 Useprintfwith%d.
Expected Output:
42
Topics:
Functions/Methods
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.