Write a program that reads a line of text input y the user from the command line and prints out the following information about the line of text: 1. Numbers of vowels (a, A, e, E, I, I, O, O, u, and U), 2. Number of consonants (letters that are NOT vowels), 3. Number of digits (0-9) and 4. Number of white space characters in the entered line of text.