int n = 1; while(n < 101){ System.out.println(quote); n++; }