Computer Science, asked by skadityan82, 2 months ago

write a program to input a string interchanged case of each alphabeats present in the string sentence aDVERSITY INTRODUCES A MAN OF HIMSELF interchanged case in string advertising introduces a man of himself​

Answers

Answered by techhtmlsa
0

Answer:

Explanation:

nput : str1 = geekforgeeks, str2 = geeeek Output : Yes Here string2 can be formed from string1 as string1 contains 'e' comes 4 times in string2 ...

Similar questions