public class VeHinh
{
public static void main(String[] args)
{
int row=7;
int col=7;
System.out.println("Images 1");
for(int i=1;i<=row;i++)
{
if(i==1||i==row)
...