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()

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!