You need to take a string that contains both uppercase and lowercase letters and create a new string with only the uppercase letters in the same order. For example, from 'HelloWorld', you would get 'HW'.
Input: 'AtCoderBeginnerContest'
Output: ACBC
Input: 'PaymentRequired'
Output: PR