// Online Java Compiler // Use this editor to write, compile and run your Java code online class Main { int n=13; if(n%2==0 || n<0){ return; } for(int i=0;i<n;i++){ } for(int i=0;i<n+2;i++){ for(int j=0;j<=n/2;j++){ if(j!=n/2){ }else{ } } } // System.out.println(); for(int i=0;i<n-(n/2);i++){ for(int j=0;j<i;j++){ } for(int j=0;j<n-(2*i);j++){ // j=j-n/2; } } } }