Computer Science, asked by fidalcastro836, 3 months ago

Write a program which takes 2 arrays of 10 integers each, “a”and “b”. c is an array with 20 integers. The program should put into c the appending of b to a, the first 10 integers of c from array a, the latter 10 from b. Then the program should display c.

Answers

Answered by MahiAdabala
3

Answer:

c is another array with 20 integers. The program should put into c the appending of b to a, the first 10 integers of c from array a, the latter 10 from b. Then ...

Similar questions