Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. int rando = rand();
  2. for (int i =0; i <100; i++)
  3. {
  4.  
  5. rando = rando % 6;
  6. cout << "The Random # is now: " << rando << endl;
  7. rando = rand();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement