Computer Science, asked by bubupayel4, 10 months ago

write down an algorithm to insert an element at a first position a 1D array​

Answers

Answered by vermamonick
0

Scanner input =new Scanner(System.in);

a[0]= input.next();

Similar questions