java reandom number between 1 and 100 code example Example: random number in range java (int)(Math.random() * ((max - min) + 1)) + min Copy