In a Parameter list, it indicates the number and types of data pieces needed, the order in which they must be given, and the local name for these pieces as used in the method

In a Parameter list, it indicates the number and types of data pieces needed, the order in which they must be given, and the local name for these pieces as used in the method



Answer: public double myMethod(int p1, int p2, double p3)


Learn More :