public class Main { public void repeatIsBad(){ //write your code here int i=0; if (i<=19){ System.out.print("writing the same code doesn't have much impact, and it's also time consuming"); i++;} } }