5.Write a program to input a string of text. Convert into capitals. Modify the string by adding 2 in each character present in the string. Print the original string and the modified string. Input: rose is red Output: tqug ku tgf
Answers
Answered by
0
Answer:
Convert characters of a string to opposite case
Given a string, convert the characters of the string into opposite case,i.e. if a character is lower case than convert it into upper case and vice-versa.
Examples:
Input : geeksForgEeks
Output : GEEKSfORGeEKS
Input : hello every one
Output : HELLO EVERY ONE
please Mark me as a brainliest because I have given answer only for you please Mark please please please
Answered by
0
Answer:
Hello myself jasmita nice to meet you
Similar questions