Implement a function which takes a series of values and return some of its eleme
ID: 3702397 • Letter: I
Question
Implement a function which takes a series of values and return some of its elements base on certain criteria. Run tests to understand the requirements. The function should define a function called signal.
Write your functions here Test group- basic-1/2 passed 2Implement a function which takes a series of values and Passed- should define a function called signal Failed signal should declare 3 arguments error: expected 8 to deeply equal 3 return sone of its elements base on certain criteria Run tests to understand the requi rements function signal(D ( returnExplanation / Answer
here is the function:
================================================================
function signal(int arg1, int arg2, int arg3)
{
if(arg1 < arg2)
{
cout<<"error"<<endl;
}
else
{
int sum = arg1 + arg2 + arg3;
}
return sum;
}
===============================================================
Kindly Check and Verify Thanks..!!!
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.