Question: Debug a function called Largest() which takes three integer inputs a, b and c. The function should return the largest of these three values. Example:
Debug a function called Largest() which takes three integer inputs a, b and c. The function should return the largest of these three values. Example: Largest(1, 2, 3) should return 3 Largest should not throw an exception The function prototype is int Largest(int a, int , intc). START by correcting the syntax error(s). If any. d = a; code.cpp New 1. int Largest(int a, int b, int c) { 2 int d = 0; 3- if (a > d) { 4 5 } else if (d > b) { 6 bd; 7. } else if (c >> d) { 8 dc; 9 } 10 return c; 11 }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
