The function takes a string input and performs the following operations:
1. It converts all lowercase letters to uppercase.
2. It concatenates all the input strings together in the order they were provided.

