In This Problem You Will Implement Three Variaclic Functions Named Sumo Min And Max0 3653494
In this problem, you will implement three variaclic functions named sumo, min() and max0 to calculate sums, minima. maxima of a variable number of arguments. The first argument passed to the variadic function is the count of the number of arguments. which is followed by the arguments themselves.
Input Format
• The first line of the input consists of an integer number_of test_cases. • Each test case tests the logic of your code by sending a test implementation of 3.5 and 10 elements respectively. • You can test your code against sample/custom input. • The error log prints the parameters which are passed to the test implementation. It also prints the sum, minimum element and maximum element corresponding to your code.
Attachments:
h12q.docx