Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. if( dice[ 0 ] == 1 && dice[ 1 ] == 2 && dice[ 2 ] == 3 && dice[ 3 ] == 4 )
  2. {
  3. printf("Straight!");
  4. }
  5. else { printf("Nothing.."); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement