Computer Science, asked by madhushreekumari2006, 2 months ago

Choose the correct option from the given program
class abc
{
int a, b;
void sum(int m,float n)
{int k=10;
a=m;b=n;
System.out.print(k);
}}
MARKS:2
k,m,n---> local variable
m,n ---->parameterized variable
abc is a composite data type​

Answers

Answered by sumithrasumi2215
0

Answer:

m,n ---->parameterized variable

Similar questions