Toggle Case Easy You are given a string that contains only lowercase and uppercase alphabets. You have to toggle the case of every character of the given string. Example 1: Input: pepCODinG Output: PEPcodINg Constraints: 1 <= length of string <= 1000