class TsykkelWhile{ static void main(String argumendid[]){ int i=0; while(i<5){ System.out.println("Tere"); i=i+1; } } }