Examlex

Solved

What Will Be Returned from the Following Method

question 28

Multiple Choice

What will be returned from the following method?
Public static int methodA()
{
Double a = 8.5 + 9.5;
Return a;
}


Definitions:

Related Questions