0
How can I create a program that allows the user to input any name and the system will automatically choose 1 name from it.
Please somebody help me..thankyou
3 odpowiedzi
0
Yes the user will input many names and the system will choose 1 ..
How can i do that?
+ 3
you need a multidimensional array, loop, generate random numbers
+ 1
You need either to make the program choose the name randomly or then you need to make a logic how program chooses the name (for example choose the name with first place in alphabetical order.)