Given a class named Application with one string property name.
Add a member function named run that takes three strings and returns nothing. The function should output the name of the application and then all the arguments, each one in a new line.