format of merging two arrays
no spam pls ..or else it'll be reported definitely
Answers
Answered by
4
Answer:
In order to combine (concatenate) two arrays, we find its length stored in aLen and bLen respectively. Then, we create a new integer array result with length aLen + bLen . Now, in order to combine both, we copy each element in both arrays to result by using arraycopy() function.
.
.
hope this is helpful buddy
.
.
.
afternoon all ❤️
.
.
.
subscribe my channel too please
.
.
.
sr.gamerz_908
follow
Similar questions