27. 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; }
1
Expert's answer
2012-11-30T04:53:57-0500
Unfortunately, your question requires a lot of work and cannot be done for free. Submit it with all requirements as an assignment to our control panel and we'll assist you.
Comments
Leave a comment