public class Sternenkreuz{ static void ausgabe(int n){ int i,j; if(n==1){ System.out.print("*"); } else{ for(i=0;i