Write a program that reads a line of characters from the user and displays that entire line after converting any uppercase characters to lowercase also change any lowercase characters to uppercase. All non-alphabetic and existing lowercase characters should pass through unchanged.