Question: this code IN C please! Thanks! Write a C function findMax() that finds the largest of three float numbers. The function takes three numbers as

this code IN C please! Thanks!
Write a C function findMax() that finds the largest of three float numbers. The function takes three numbers as arguments and returns the value of the largest one. Call the function findMax() from main(). Example Output Enter three numbers: 30.0 45.5 10.2 The maximum is: 45.5 Rubrics 1 point(s) - Correct implementation of scanf. 4 point(s) - Correct implementation of function. 2 point(s) - Correct implementation of if. 2 point(s) - Correct output 1 point(s) - No syntax errors
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
