Solved

WriteLine("Final Grade = {0:N2}", CalculateGrade(90, 75, 83));

Question 27

Multiple Choice

WriteLine("Final Grade = {0:N2}", CalculateGrade(90, 75, 83) ) ;
In the statement above, CalculateGrade(90, 75, 83) is ____.


A) a method call
B) a method declaration
C) an identifier for the class
D) a parameter for the WriteLine( ) method

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions