What does this method do?
public static int foo(String [][] a)
{
int b = 0;
for (int I = 0; i<a.length; i++)
{
b++;
}
return b;
}
Expert Answer
An answer will be send to you shortly. . . . .
What does this method do?
public static int foo(String [][] a)
{
int b = 0;
for (int I = 0; i<a.length; i++)
{
b++;
}
return b;
}
An answer will be send to you shortly. . . . .