Advertisement
nwallanse

Untitled

Jan 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1.  
  2. public class Random {
  3.  
  4.  
  5. public static void main(String[] args) {
  6. Random die = new Random();
  7. int g = die.next.Int(7) + 1;
  8.  
  9. }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement