39.8k views
0 votes
Write a method crawl that accepts a File parameter and prints information about that file. if the File object represents a normal file, just print its name. if the File object represents a directory, print its name and information about every file/directory inside it, indented.

1 Answer

5 votes
I have to go answer is 36
User Bertrand Le Roy
by
4.9k points