umm i need help with this.. can u just explain it to me please
gather a character password (string) from the user
encrypt the entered string by shifting each character two positions to the left (e.g., g becomes e, a becomes y)
take the encrypted string and reverse all the resulting characters and output it to the user