Untitled

                Never    
Java
       
public class skakMatik {
		public static void main(String[] args) {
		for(int i=1;i<=1;i++) {
		for(int j=1;j<=8;j++) {
		System.out.println("The brick moves on the y-axis in space number " + i + " in the space " + j + " on the x-axis.");
		}
		}
		
		}
		}

Raw Text