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