没有构造方法,
方法都被static修饰,表明可以用类名.来调用成员
于是就不需要构造方法创建对象了
取1-100,包含1,100的整数
System.out.println((int) (Math.random() * 100) + 1);