Answers for "random 10 and 10 in c++"

C++
7

c++ random number between 1 and 10

cout << (rand() % 10) + 1<<" ";
Posted by: Guest on November-22-2020

Code answers related to "random 10 and 10 in c++"

Browse Popular Code Answers by Language