Question: Given the following statement, what would be the best heading for the DetermineAnswer( ) method? int aValue, result; result = DetermineAnswer(27.83, aValue); a. void DetermineAnswer(27.83,
Given the following statement, what would be the best heading for the DetermineAnswer( ) method?
int aValue, result;
result = DetermineAnswer(27.83, aValue);
a. void DetermineAnswer(27.83, aValue)
b. int DetermineAnswer( )
c. int DetermineAnswer(double v1, int v2)
d. double int DetermineAnswer( )
e. void DetermineAnswer(double v1, int v2)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
