Application as a class Open on JetBrains Academy

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.



Memory limit: 256 MB
Time limit: 8 seconds

Show topic summary