hacker rank 26th problem (1D Array)


26. JAVA 1d ARRAY


int [] a = new int[n];

for(int i=0;i<n;i++){
  a[i]=scan.nextInt();
}


output...

think yourself



-Sundaram dubey

Comments

Popular posts from this blog

Amazon Web Services

Google Code-In mentorship experience :)

Hacker Rank all java and python problem solutions