import java.util.*; public class Test { public static void main(String[] args){ int array[][] = new int[1][10]; for(int i=0;i
tw.knowledge.yahoo.com