I was asked to create a program that starts from the command line with an arg that defines how many threads that shall be created, and every thread that been created shall print out its number. I have just started with the threading so please bear with me!
I know learn how to create threads but only predefine nr in the program but how to take the arg from user input? i don't really know how to go about the problem.