Write a program which takes a string input, converts it to lower case, then prints the same string with all vowels (a, e, i, o,
u) removed. Hint: one good way to do this is to make a new String variable and add all the letters you want to print (i.e. everything except vowels) to it.
The dir command displays information about files and directories, and how much disk space is available. By default, it displays the name, size, and last modification time of every file in the current directory.