DEscribe a console application to show all the arguments passed tocommand line whereas running the application. The user can pass anynumber of arguments that should be shown. Use length property of array and for-next loop. If there are no arguments in command line display message 'No Arguments'.