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?


A) public
B) int
C) void
D) double

Correct Answer:

verifed

Verified

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

Related Questions