public class Solution { public static void main(String[] args) { String a ="Jeżeli masz na to ochotę, wykonaj zadanie. Jeżeli nie masz na to ochoty, zrób to mimo wszystko"; } int b = 0; while( b < 16 ); { System.out.println(a); b++ ; } }