if(i%2==0 || i%5==0){ continue; } System.out.print(i+”t”); } if(i%2==0 || i%5==0){ continue; } System.out.print(i+”t”); } 2021-10-09 18