public Class returnData
{

<returnType> getData(byte a, double z)
{
Rreturn (short)a/z * 10;
}

}

What is valid returnType for getData?

Options
- Int
- Byte
- Short
- Double


CORRECT ANSWER : Double

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement