User profile: nino14

User info
User name:nino14
History
Joined:
Number of posts:1
Latest posts:

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