Question: 5) Function Coding: (8 points) A value-returning function checkzeros, accepts three float parameters (sent by value). It returns true if any of the parameters are
5) Function Coding: (8 points) A value-returning function checkzeros, accepts three float parameters (sent by value). It returns true if any of the parameters are equal to zero, and false otherwise. Write the prototype for this function, and write the function definition (header and body). Also give an example of how the function would be called from the main program. prototype: example call: function definition (header and body)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
