Create a script that prompts for the user to input a directory and then prints out the number of sub-directories in the given directory, as well as the number of files (use the numbers only for the directory given, you do NOT need to do this recursively for all sub-directories).

Solved
Show answers

Ask an AI advisor a question