Write a program to toggle every character of a given string.
For example
Input: Hello, ThiS is for YOUr heLP.
Output: hELLO, tHIs IS FOR youR HElp.
Write a program to toggle every character of a given string.
For example
Input: Hello, ThiS is for YOUr heLP.
Output: hELLO, tHIs IS FOR youR HElp.