package dev.mstar.unterricht;public class Rand {public static void main(String[] args) {System.out.println("a " + (int) (91.0*Math.random()+10) );}}