RemarkLima
0
Q:

tcs interview questions

120 200 14
0
import java.util.*;  
    
public class Test {  
public static void main(String[] args)  
    {  
        int[] x = { 120, 200, 016 };  
        for (int i = 0; i < x.length; i++)  
            System.out.print(x[i] + " ");  
    }  
}  
0

New to Communities?

Join the community