Convert given Array of Strings to a Camel Case format sentence
Given an array arr[] of N strings, each containing words with upper or lower case English alphabets, the task is to create a sentence in a Camel Case format using them. Example: Input: arr[] = {"AnNiruddHA Routh", "LOVES", "to", "COdE everyDAY""}Output: AniruddhaRouth Loves To Code EverydayExplanati