~cpp public class Practice { public static void main(String args[]) { int a=5; for(int i=0;i<a;i++) System.out.println("KJH LOVE"); } }