Rand()#include<iostream> #include<ctime> usingnamespace std; void main() { int x,c=0; srand(time(0))...