how to assign a random number to a variable in c++ code example Example: c++ random number between 1 and 10 cout << (rand() % 10) + 1<<" ";