Exercise 20 - due at 11:59:00 PM on 10/21/2021 Both problems can be solved in the same program 1. Declare a c-string of size 200. Read in a string of maximum size 180, terminated by the % character, from the user. Then, print the second half of the string. Sample Run: Enter the string: Well, itÂ’s no secret that the best thing about a secret is secretly telling someone your secret. Thereby adding another secret to their secret collection of secrets. Secretly% The second half is: ur secret. Thereby adding another secret to their secret collection of secrets. Secretly 2. Print only the uppercase characters from the string you read in for the previous problem. Sample: The uppercase charcaters are: W T S