Need to write a console program

  

Need to write a console program that accepts input from the user, removes spaces, numbers, and punctuation marks, then sorts the characters of the input in a reverse, case-insensitive manner, and finally prints the result. For example, user input of “I Love Java!” would output “vvoLJIeaa”

Tags: No tags