Examlex

Solved

Public Static Double Secret(int First, Double Second)

question 17

Multiple Choice

public static double secret(int first, double second)
{
Double temp; if (second > first)
Temp = first * second;
Else
Temp = first - second; return temp;
}What is the return type of the method in the accompanying figure?


Definitions:

Related Questions