double getFailureRate(double marks[], int size )
{}
i want to write a function to get failure rate of marks after key in 5 students marks,how to do that?
You truly have no idea how to begin to write a function? You have no idea how to input marks for 5 students? No notion as to how you could check whether an input score is equal to or greater than the minimum passing score?