This function returns a String that contains all lowercase letters converted from String a.
Parameter
a - A String value.
Return value
The return value is a String.
Example
The return value of the following statement is this is her book.
LowerCase("This is HER book")