Question: I do not need a code. Just what the input, output, basic algorithm, and function would be for the following problem. Describe a function (mini-progam)
I do not need a code. Just what the input, output, basic algorithm, and function would be for the following problem.
Describe a function (mini-progam) that would accept 7 values from the function call and determine the minimum of those 7 values. Design this function without using the idea of arrays. Send back to the function call the minimum value. Hint, you should use no more than 7 comparisons (relational operators) to find the minimum.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
