+ 2
Do u know how to create a function to print out the draft picks with their names?
c++
7 Antworten
+ 5
here is the example you can look into.
https://code.sololearn.com/cf0b8SOR8c72/?ref=app
+ 3
Sorry, i don't understand your question.
can you be more specific?
+ 3
okay, so you want to randomly choice team names?
+ 2
Debby no problem.
but you have to change values of rand() % 5 to anything that you want.
like if you want to generate random string out of 10 change it to rand() % 10.
understood?
+ 1
the question is about verify pick for 4 teams. It asked me to create a function to print out the draft picks with team names
cout << "number" << number << "pick is : " << teamOneName << "has been selected."
+ 1
yeaa and i have to create an output for the name that has been selected
+ 1
cool! thanks!:)