Given the following statement, what would be the best heading for the DetermineAnswer( ) method? int aValue,

Question:

Given the following statement, what would be the best heading for the DetermineAnswer( ) method?

int aValue, result;

result = DetermineAnswer(27.83, aValue);

a. public void DetermineAnswer(27.83, aValue)

b. public int DetermineAnswer( )

c. public int DetermineAnswer(double v1, int v2)

d. public double int DetermineAnswer( )

e. public void DetermineAnswer(double v1, int v2)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: