Improve the code of the Support System class in the tech-support1 project so that case in the input is ignored. Use the String class's to Lower Case method to do this. Remember that this method will not actually change the String it is called on, but result in the creation of a new one being created with slightly different contents.