Question: Input: param is an integer Output: returns the product of the param multiplied by 2. 1. int double (int param) { 2. int result; 3.
Input: param is an integer Output: returns the product of the param multiplied by 2. 1. int double (int param) { 2. int result; 3. result = param param; 4. return result; 5.) For the above code, which line has a fault? Select one: O a. Line 3 b. Line 2 c. Line 4 d. Line 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
