Question: Given the following task, which would be the most appropriate method heading? A method receives three whole numbers as input. The values represent grades. They
Given the following task, which would be the most appropriate method heading?
A method receives three whole numbers as input. The values represent grades. They should be unchangeable in the method. The method should return the average with a fractional component.

a. b. static double DetermineGrade (int gradel, int grade2, int grade 3) static int Determine Grade (int gradel, int grade2, int grade 3) C. static int DetermineGrade (double finalAverage) d. static double Determine Grade (ref int gradel, e. static void Determine Grade ( ). ref int grade2, ref int grade 3)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
