public class Solution{ public static void main(String[] args) { int[ ] x = {120, 200, 016}; for(int i = 0; i x.length; i++) { System.out.print(x[i] + " "); } }}
Not registered? Create an account
Forgot Password?
Already a registered user? Login