public class Zufallsz { public static void main (String args[]) { int z; z(int)(Math.random()*100); System.out.println(z); }}