โ Back to Functions/Methods
Question 276
Function: Multiply Two Numbers
Function: Multiply Two Numbers
Write a functionmultiply(int a, int b)that returns the product ofaandb. Call it with7and8and print the result: 56 Print withprintfand%d. Do not hardcode 56.
Expected Output:
56
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.