class ejemplo2 { public static void main(String[] args) { int number = (int)(Math.random() * 10); System.out.println("Random number: " + number); } }