Hello Can someone please assist with the following question;

static int add( int a, int b )
{
return a + b;
}
...

int result = add( 2, 3 );

1) int a, int b is the _________
2) 2, 3 is the____________

a) parameters
b) arguments
c) method signature
d) No answer given

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.