Search This Blog

Monday, August 8, 2016

Random - Chọn số ngẫu nhiên

Random r = new Random();
int i1 = r.nextInt(80 - 65) + 65;

No comments:

Post a Comment